Remove newContact attribute

This was used as a flag by a UI that no longer exists. Now it
erroneously gets saved when creating a conversation from a bare phone
number.

// FREEBIE
pull/749/head
lilia 9 years ago
parent 8b3596b956
commit b4960b29d8

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

Loading…
Cancel
Save