Reuse global locks, handle empty envelopes
This commit is contained in:
parent
25f271e61c
commit
1f0119a7ac
5 changed files with 29 additions and 11 deletions
|
@ -1,4 +1,6 @@
|
|||
// Copyright 2021 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
export class Lock {}
|
||||
export class Lock {
|
||||
constructor(public readonly name: string) {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue