mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Use @signalapp/sqlcipher
This commit is contained in:
@@ -2418,12 +2418,6 @@ export class SignalProtocolStore extends EventEmitter {
|
||||
);
|
||||
}
|
||||
|
||||
getUnprocessedById(id: string): Promise<UnprocessedType | undefined> {
|
||||
return this.withZone(GLOBAL_ZONE, 'getUnprocessedById', async () => {
|
||||
return DataReader.getUnprocessedById(id);
|
||||
});
|
||||
}
|
||||
|
||||
addUnprocessed(
|
||||
data: UnprocessedType,
|
||||
{ zone = GLOBAL_ZONE }: SessionTransactionOptions = {}
|
||||
|
||||
Reference in New Issue
Block a user