Skip to content
Snippets Groups Projects
Unverified Commit c7377446 authored by Sean Quah's avatar Sean Quah Committed by GitHub
Browse files

Fix bug in device list caching when remote users leave rooms (#13749)


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: default avatarSean Quah <seanq@matrix.org>
parent 21687ec1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment