Don't add new convos to inbox until a message is sent
This commit is contained in:
parent
af49ad9b90
commit
9087918500
1 changed files with 1 additions and 0 deletions
|
@ -178,6 +178,7 @@ var Whisper = Whisper || {};
|
|||
|
||||
createConversation: function() {
|
||||
var conversation = new Whisper.Conversation({
|
||||
active_at: null,
|
||||
id: this.recipients.at(0).id,
|
||||
type: 'private'
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue