Fix displaying contact names as 'Unknown Group'
// FREEBIE
This commit is contained in:
parent
8a73706512
commit
4c4b875348
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@
|
|||
}
|
||||
var c = ConversationController.get(conversationId);
|
||||
if (!c) {
|
||||
c = ConversationController.create({id: conversationId});
|
||||
c = ConversationController.create({id: conversationId, type: 'private'});
|
||||
c.fetch();
|
||||
}
|
||||
return c;
|
||||
|
|
Loading…
Reference in a new issue