Merge pull request #3684 from matrix-org/travis/auto-invite-upgrades
Add an option to invite users to upgraded private rooms
This commit is contained in:
commit
4d5f133b17
7 changed files with 237 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