Refactor: Move data-access code to Typescript w/ shared interface
This commit is contained in:
@@ -431,7 +431,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
await window.Signal.Data.removeSessionsById(identifier);
|
||||
await window.Signal.Data.removeSessionsByConversation(identifier);
|
||||
},
|
||||
async archiveSiblingSessions(identifier) {
|
||||
const address = libsignal.SignalProtocolAddress.fromString(identifier);
|
||||
|
Reference in New Issue
Block a user