Small frontend fixes for the new group view

This commit is contained in:
lilia 2014-10-14 15:24:50 -07:00
parent 2bd77693e1
commit dc41ebf701
3 changed files with 5 additions and 2 deletions

View file

@ -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,