Handle group sync for existing groups

// FREEBIE
This commit is contained in:
lilia 2015-06-22 17:55:15 -07:00
parent 5925c2fe84
commit db31835f68
4 changed files with 68 additions and 28 deletions

View file

@ -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');