Small frontend fixes for the new group view
This commit is contained in:
parent
2bd77693e1
commit
dc41ebf701
3 changed files with 5 additions and 2 deletions
|
@ -66,7 +66,7 @@ var Whisper = Whisper || {};
|
|||
},
|
||||
|
||||
createGroup: function(recipients, name) {
|
||||
var group = textsecure.storage.groups.createNewGroup(numbers);
|
||||
var group = textsecure.storage.groups.createNewGroup(recipients);
|
||||
var attributes = {};
|
||||
attributes = {
|
||||
id : group.id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue