mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Group ids are stored in groupId
This commit is contained in:
@@ -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',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user