fix(@desktop/communities): Remove sending invites when user select membres for inviting to community
Closes: #5343
This commit is contained in:
parent
f749f84886
commit
d489aeb7dc
|
@ -42,13 +42,6 @@ StatusModal {
|
|||
communitySectionModule: popup.communitySectionModule
|
||||
contactsStore: popup.contactsStore
|
||||
community: popup.community
|
||||
contactListSearch.onUserClicked: {
|
||||
if (isAddedContact) {
|
||||
// those are just added to the list to be added by the bunch
|
||||
return
|
||||
}
|
||||
contactFieldAndList.sendInvites([pubKey])
|
||||
}
|
||||
}
|
||||
|
||||
leftButtons: [
|
||||
|
|
Loading…
Reference in New Issue