mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Hook up group creation flow UI
Checkboxes add and remove members as well as exposing the group update ui. The conversation window is opened after saving the group.
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
'click .fab': 'showCompose',
|
||||
'open #contacts': 'openConversation',
|
||||
'open .contacts': 'openConversation',
|
||||
'open .new-conversation': 'openConversation',
|
||||
'open .new-contact': 'createConversation',
|
||||
},
|
||||
openConversation: function(e, data) {
|
||||
|
||||
Reference in New Issue
Block a user