Remove room key history sharing (#12618)

* Remove room key history sharing

* remove string from i18n
This commit is contained in:
Hubert Chathi
2024-06-14 13:13:41 +00:00
committed by GitHub
parent d6b9e2aa8a
commit 6fc9d7641c
6 changed files with 8 additions and 57 deletions
+1 -1
View File
@@ -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") {