fix(community): Send community invitation fixed

This commit is contained in:
Michał Cieślak 2022-07-29 11:48:53 +02:00 committed by Michał
parent 4fc3e788b6
commit a2fd11a339
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ StatusAppTwoPanelLayout {
}
onSendInvites: {
const error = root.communitySectionModule.inviteUsersToCommunity(JSON.stringify(pubKeys))
const error = root.chatCommunitySectionModule.inviteUsersToCommunity(JSON.stringify(pubKeys))
processInviteResult(error)
}
}