Remove room key history sharing (#12618)
* Remove room key history sharing * remove string from i18n
This commit is contained in:
parent
d6b9e2aa8a
commit
6fc9d7641c
6 changed files with 8 additions and 57 deletions
|
@ -420,7 +420,7 @@ export const Commands = [
|
|||
return success(
|
||||
prom
|
||||
.then(() => {
|
||||
return inviter.invite([address], reason, true);
|
||||
return inviter.invite([address], reason);
|
||||
})
|
||||
.then(() => {
|
||||
if (inviter.getCompletionState(address) !== "invited") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue