1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-28 05:03:59 +03:00

Merge pull request #711 from matrix-org/bwindels/clearidbmembersonleave

Remove lazy loaded members when leaving room
This commit is contained in:
Bruno Windels
2018-09-04 16:53:56 +02:00
committed by GitHub
8 changed files with 114 additions and 8 deletions

View File

@@ -1141,6 +1141,8 @@ SyncApi.prototype._processSyncResponse = async function(
accountDataEvents.forEach(function(e) {
client.emit("event", e);
});
room.onLeft();
});
// update the notification timeline, if appropriate.