Demote sender key error in Signal Protocol Store

This commit is contained in:
Fedor Indutny 2025-06-26 07:54:59 -07:00 committed by GitHub
commit 48bfde3c41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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;
}