mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Store group ids as strings
This commit is contained in:
@@ -76,7 +76,7 @@ var Whisper = Whisper || {};
|
||||
};
|
||||
var thread = this.findOrCreate(attributes);
|
||||
return textsecure.messaging.createGroup(recipients, name).then(function(groupId) {
|
||||
thread.set('groupId', groupId);
|
||||
thread.set('groupId', getString(groupId));
|
||||
thread.save();
|
||||
return thread;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user