summary refs log tree commit diff
path: root/changelog.d/13749.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.68.0rc1Olivier Wilkinson (reivilibre)2022-09-201-1/+0
|
* Fix bug in device list caching when remote users leave rooms (#13749)Sean Quah2022-09-141-0/+1
When a remote user leaves the last room shared with the homeserver, we have to mark their device list as unsubscribed, otherwise we would hold on to a stale device list in our cache. Crucially, the device list would remain cached even after the remote user rejoined the room, which could lead to E2EE failures until the next change to the remote user's device list. Fixes #13651. Signed-off-by: Sean Quah <seanq@matrix.org>