Group ids are stored in groupId
This commit is contained in:
parent
bbe57ef0bf
commit
143254cec8
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ var Whisper = Whisper || {};
|
|||
var attributes = {};
|
||||
if (decrypted.message.group) {
|
||||
attributes = {
|
||||
id : decrypted.message.group.id,
|
||||
groupId : decrypted.message.group.id,
|
||||
name : decrypted.message.group.name,
|
||||
type : 'group',
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue