mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 10:58:19 +01:00
Use @signalapp/sqlcipher
This commit is contained in:
@@ -435,7 +435,7 @@ describe('SQL/updateToSchemaVersion89', () => {
|
||||
`;
|
||||
return db
|
||||
.prepare(query)
|
||||
.all()
|
||||
.all<{ json: string }>()
|
||||
.map(row => {
|
||||
return jsonToObject<MessageType>(row.json);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user