Support for new GroupV2 groups
This commit is contained in:
parent
1ce0959fa1
commit
7a02cc815d
53 changed files with 7326 additions and 839 deletions
|
@ -610,6 +610,11 @@ export default class AccountManager extends EventTarget {
|
|||
store.clearSessionStore(),
|
||||
]);
|
||||
}
|
||||
|
||||
async getGroupCredentials(startDay: number, endDay: number) {
|
||||
return this.server.getGroupCredentials(startDay, endDay);
|
||||
}
|
||||
|
||||
// Takes the same object returned by generateKeys
|
||||
async confirmKeys(keys: GeneratedKeysType) {
|
||||
const store = window.textsecure.storage.protocol;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue