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

pull/749/head
lilia 10 years ago
parent af49ad9b90
commit 9087918500

@ -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…
Cancel
Save