You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-19 05:22:13 +03:00
PR feedback
This commit is contained in:
@@ -27,8 +27,8 @@ export function showGroupInviteDialog(groupId) {
|
||||
placeholder: _t("Name or matrix ID"),
|
||||
button: _t("Invite to Group"),
|
||||
validAddressTypes: ['mx'],
|
||||
onFinished: (shouldInvite, addrs) => {
|
||||
if (!shouldInvite) return;
|
||||
onFinished: (success, addrs) => {
|
||||
if (!success) return;
|
||||
|
||||
_onGroupInviteFinished(groupId, addrs);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user