mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Include ourselves in member list for a new group
Otherwise, the next incoming group update will show "<your number> joined the group". // FREEBIE
This commit is contained in:
@@ -97,6 +97,7 @@
|
||||
|
||||
return this.avatarInput.getThumbnail().then(function(avatarFile) {
|
||||
var members = this.getRecipients().pluck('id');
|
||||
members.push(textsecure.storage.user.getNumber());
|
||||
textsecure.storage.groups.createNewGroup(members).then(function(group) {
|
||||
return group.id;
|
||||
}).then(function(groupId) {
|
||||
|
||||
Reference in New Issue
Block a user