Share e2ee keys when using /invite SlashCommand (#7655)

This commit is contained in:
Michael Telatynski
2022-01-28 10:02:37 +00:00
committed by GitHub
parent 15276ea3b4
commit cbc671b19f
6 changed files with 53 additions and 35 deletions

View File

@@ -117,7 +117,7 @@ export async function upgradeRoom(
if (toInvite.length > 0) {
// Errors are handled internally to this function
await inviteUsersToRoom(newRoomId, toInvite, () => {
await inviteUsersToRoom(newRoomId, toInvite, false, () => {
progress.inviteUsersProgress++;
progressCallback?.(progress);
});