You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-29 16:43:09 +03:00
Reset megolm session when people join/leave the room
This commit is contained in:
@@ -403,6 +403,8 @@ function setupCryptoEventHandler(client) {
|
||||
}
|
||||
onCryptoEvent(client, event);
|
||||
});
|
||||
client.on("RoomMember.membership",
|
||||
client._crypto.onRoomMembership.bind(client._crypto));
|
||||
}
|
||||
|
||||
function onCryptoEvent(client, event) {
|
||||
|
||||
Reference in New Issue
Block a user