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:
parent
8b3596b956
commit
b4960b29d8
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue