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({
|
this.new_contact_view = new Whisper.NewContactView({
|
||||||
el: this.$new_contact,
|
el: this.$new_contact,
|
||||||
model: ConversationController.create({
|
model: ConversationController.create({
|
||||||
type: 'private',
|
type: 'private'
|
||||||
newContact: true
|
|
||||||
})
|
})
|
||||||
}).render();
|
}).render();
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue