Move conversations to SQLCipher
This commit is contained in:
parent
8cd3db0262
commit
cd60bdd08a
31 changed files with 1354 additions and 774 deletions
|
@ -38,8 +38,9 @@
|
|||
return message;
|
||||
}
|
||||
|
||||
const groups = new Whisper.GroupCollection();
|
||||
await groups.fetchGroups(source);
|
||||
const groups = await window.Signal.Data.getAllGroupsInvolvingId(source, {
|
||||
ConversationCollection: Whisper.ConversationCollection,
|
||||
});
|
||||
|
||||
const ids = groups.pluck('id');
|
||||
ids.push(source);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue