Share e2ee keys when using /invite SlashCommand (#7655)
This commit is contained in:
committed by
GitHub
parent
15276ea3b4
commit
cbc671b19f
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user