Demote sender key error in Signal Protocol Store
This commit is contained in:
parent
2028c95d08
commit
48bfde3c41
2 changed files with 2 additions and 2 deletions
|
@ -923,7 +923,7 @@ export class SignalProtocolStore extends EventEmitter {
|
|||
const entry = map.get(id);
|
||||
|
||||
if (!entry) {
|
||||
log.error('Failed to fetch sender key:', id);
|
||||
log.warn('No sender key:', id);
|
||||
return undefined;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue