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);
|
invitedUsers.push(addr);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
logger.log("Sharing history with", invitedUsers);
|
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;
|
return states;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue