Don't add new convos to inbox until a message is sent

This commit is contained in:
lilia 2015-02-07 18:54:01 -10:00
parent af49ad9b90
commit 9087918500
1 changed files with 1 additions and 0 deletions

View File

@ -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'
});