From 908791850098ecae9741165b4a86ed28c0915e6f Mon Sep 17 00:00:00 2001 From: lilia Date: Sat, 7 Feb 2015 18:54:01 -1000 Subject: [PATCH] Don't add new convos to inbox until a message is sent --- js/views/new_conversation_view.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/views/new_conversation_view.js b/js/views/new_conversation_view.js index 70634ba6..003ab193 100644 --- a/js/views/new_conversation_view.js +++ b/js/views/new_conversation_view.js @@ -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' });