mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Reuse global locks, handle empty envelopes
This commit is contained in:
committed by
Scott Nonnenberg
parent
25f271e61c
commit
1f0119a7ac
@@ -1346,7 +1346,7 @@ describe('SignalProtocolStore', () => {
|
||||
const id = `${number}.1`;
|
||||
const testRecord = getSessionRecord();
|
||||
|
||||
const lock = new Lock();
|
||||
const lock = new Lock('lock');
|
||||
|
||||
await store.sessionTransaction(
|
||||
'test',
|
||||
|
||||
Reference in New Issue
Block a user