mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
Share shared history keys in the background (#8031)
This commit is contained in:
parent
21d3cb08a9
commit
2d485b8efe
1 changed files with 2 additions and 1 deletions
|
@ -130,8 +130,9 @@ export default class MultiInviter {
|
|||
invitedUsers.push(addr);
|
||||
}
|
||||
}
|
||||
|
||||
logger.log("Sharing history with", invitedUsers);
|
||||
await this.matrixClient.sendSharedHistoryKeys(this.roomId, invitedUsers);
|
||||
this.matrixClient.sendSharedHistoryKeys(this.roomId, invitedUsers); // do this in the background
|
||||
|
||||
return states;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue