Move SignalProtocolStore to TypeScript
This commit is contained in:

committed by
Josh Perez

parent
5de4babc0d
commit
7e629edd21
@@ -1226,7 +1226,7 @@ async function updateUnprocessedsWithData(array: Array<UnprocessedType>) {
|
||||
await channels.updateUnprocessedsWithData(array);
|
||||
}
|
||||
|
||||
async function removeUnprocessed(id: string) {
|
||||
async function removeUnprocessed(id: string | Array<string>) {
|
||||
await channels.removeUnprocessed(id);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user