Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 8df9918

Browse files
committed
Share shared history keys in the background
1 parent 9082e07 commit 8df9918

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utils/MultiInviter.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,9 @@ export default class MultiInviter {
130130
invitedUsers.push(addr);
131131
}
132132
}
133+
133134
logger.log("Sharing history with", invitedUsers);
134-
await this.matrixClient.sendSharedHistoryKeys(this.roomId, invitedUsers);
135+
this.matrixClient.sendSharedHistoryKeys(this.roomId, invitedUsers); // do this in the background
135136

136137
return states;
137138
});

0 commit comments

Comments
 (0)