You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-13 08:02:38 +03:00
Add an option to invite users to upgraded private rooms
The option doesn't show up on public room upgrades.
This commit is contained in:
@@ -154,6 +154,8 @@ export default class MultiInviter {
|
||||
return;
|
||||
}
|
||||
|
||||
console.error(err);
|
||||
|
||||
let errorText;
|
||||
let fatal = false;
|
||||
if (err.errcode === 'M_FORBIDDEN') {
|
||||
|
||||
Reference in New Issue
Block a user