Share e2ee keys when using /invite SlashCommand (#7655)
This commit is contained in:
parent
15276ea3b4
commit
cbc671b19f
6 changed files with 53 additions and 35 deletions
|
@ -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);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue