mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
Share shared history keys in the background (#8031)
This commit is contained in:
parent
21d3cb08a9
commit
2d485b8efe
@ -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…
Reference in New Issue
Block a user