Remove room key history sharing (#12618)
* Remove room key history sharing * remove string from i18n
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user