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

View file

@ -178,6 +178,7 @@ var Whisper = Whisper || {};
createConversation: function() { createConversation: function() {
var conversation = new Whisper.Conversation({ var conversation = new Whisper.Conversation({
active_at: null,
id: this.recipients.at(0).id, id: this.recipients.at(0).id,
type: 'private' type: 'private'
}); });