mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
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:
@@ -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();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user