Move SignalProtocolStore to TypeScript
This commit is contained in:

committed by
Josh Perez

parent
5de4babc0d
commit
7e629edd21
@@ -3410,7 +3410,7 @@ async function getAllUnprocessed() {
|
||||
return rows;
|
||||
}
|
||||
|
||||
async function removeUnprocessed(id: string) {
|
||||
async function removeUnprocessed(id: string | Array<string>) {
|
||||
const db = getInstance();
|
||||
|
||||
if (!Array.isArray(id)) {
|
||||
|
Reference in New Issue
Block a user