1
0
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:
Travis Ralston
2019-11-27 20:29:11 -07:00
parent ac8afe6dd1
commit f020929345
7 changed files with 234 additions and 75 deletions

View File

@@ -154,6 +154,8 @@ export default class MultiInviter {
return;
}
console.error(err);
let errorText;
let fatal = false;
if (err.errcode === 'M_FORBIDDEN') {