mirror of https://github.com/watcha-fr/synapse
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: Sean Quah <seanq@matrix.org>1.103.0-whithout-watcha
parent
21687ec189
commit
c73774467e
@ -0,0 +1 @@ |
||||
Fix a long standing bug where device lists would remain cached when remote users left and rejoined the last room shared with the local homeserver. |
Loading…
Reference in new issue