Group ids are stored in groupId

This commit is contained in:
lilia 2014-10-16 17:50:36 -07:00
parent bbe57ef0bf
commit 143254cec8

View file

@ -96,7 +96,7 @@ var Whisper = Whisper || {};
var attributes = {}; var attributes = {};
if (decrypted.message.group) { if (decrypted.message.group) {
attributes = { attributes = {
id : decrypted.message.group.id, groupId : decrypted.message.group.id,
name : decrypted.message.group.name, name : decrypted.message.group.name,
type : 'group', type : 'group',
}; };