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
This commit is contained in:
lilia 2016-03-17 21:40:49 -07:00
parent 8b3596b956
commit b4960b29d8

View file

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