You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
matrixbot
changed the title
Dummy issue
When a remote user leaves the last room shared with the local homeserver, their cached device list is not invalidated
Dec 21, 2023
This issue has been migrated from #13651.
and
/keys/query
continues to return stale information, even after the remote user rejoins the room.@alice:local
and one remote user,@bob:remote
.@alice:local
do a/keys/query
request to cache@bob:remote
's device list.@bob:remote
leave the room.@alice:local
observes@bob:remote
in thedevice_lists.left
section of /sync.@bob:remote
then updates their device list and@alice:local
does a/keys/query
request, a stale response is returned.@bob:remote
rejoins the room.@alice:local
observes@bob:remote
in thedevice_lists.changed
section of /sync.@alice:local
does a/keys/query
request, a stale response is still returned.The text was updated successfully, but these errors were encountered: