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);
|
const entry = map.get(id);
|
||||||
|
|
||||||
if (!entry) {
|
if (!entry) {
|
||||||
log.error('Failed to fetch sender key:', id);
|
log.warn('No sender key:', id);
|
||||||
return undefined;
|
return undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -277,7 +277,7 @@ export class GumVideoCapturer {
|
||||||
|
|
||||||
if (track.readyState === 'ended') {
|
if (track.readyState === 'ended') {
|
||||||
this.stopCapturing();
|
this.stopCapturing();
|
||||||
log.error('spawnSender(): Video track ended before spawning sender');
|
log.warn('spawnSender(): Video track ended before spawning sender');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue