diff --git a/js/views/conversation_search_view.js b/js/views/conversation_search_view.js index fa88fc4be..84e4d9889 100644 --- a/js/views/conversation_search_view.js +++ b/js/views/conversation_search_view.js @@ -89,8 +89,7 @@ this.new_contact_view = new Whisper.NewContactView({ el: this.$new_contact, model: ConversationController.create({ - type: 'private', - newContact: true + type: 'private' }) }).render(); },