Handle group sync for existing groups
// FREEBIE
This commit is contained in:
parent
5925c2fe84
commit
db31835f68
4 changed files with 68 additions and 28 deletions
|
@ -202,6 +202,9 @@
|
|||
groupDetails.members, groupDetails.id
|
||||
);
|
||||
} else {
|
||||
return textsecure.storage.groups.updateNumbers(
|
||||
groupDetails.id, groupDetails.members
|
||||
);
|
||||
}
|
||||
}).then(function() {
|
||||
var ev = new Event('group');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue