mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-21 11:08:55 +00:00
fix(community): Send community invitation fixed
This commit is contained in:
parent
4fc3e788b6
commit
a2fd11a339
@ -228,7 +228,7 @@ StatusAppTwoPanelLayout {
|
||||
}
|
||||
|
||||
onSendInvites: {
|
||||
const error = root.communitySectionModule.inviteUsersToCommunity(JSON.stringify(pubKeys))
|
||||
const error = root.chatCommunitySectionModule.inviteUsersToCommunity(JSON.stringify(pubKeys))
|
||||
processInviteResult(error)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user