|
|
@ -1149,8 +1149,10 @@ MessageSender.prototype = {
|
|
|
|
proto.group.name = name;
|
|
|
|
proto.group.name = name;
|
|
|
|
proto.group.members = members;
|
|
|
|
proto.group.members = members;
|
|
|
|
|
|
|
|
|
|
|
|
const ourPK = textsecure.storage.user.getNumber();
|
|
|
|
const primaryDeviceKey =
|
|
|
|
proto.group.admins = [ourPK];
|
|
|
|
window.storage.get('primaryDevicePubKey') ||
|
|
|
|
|
|
|
|
textsecure.storage.user.getNumber();
|
|
|
|
|
|
|
|
proto.group.admins = [primaryDeviceKey];
|
|
|
|
|
|
|
|
|
|
|
|
return this.makeAttachmentPointer(avatar).then(attachment => {
|
|
|
|
return this.makeAttachmentPointer(avatar).then(attachment => {
|
|
|
|
proto.group.avatar = attachment;
|
|
|
|
proto.group.avatar = attachment;
|
|
|
|