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:
parent
ac8afe6dd1
commit
f020929345
7 changed files with 234 additions and 75 deletions
|
@ -154,6 +154,8 @@ export default class MultiInviter {
|
|||
return;
|
||||
}
|
||||
|
||||
console.error(err);
|
||||
|
||||
let errorText;
|
||||
let fatal = false;
|
||||
if (err.errcode === 'M_FORBIDDEN') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue