summary refs log tree commit diff
path: root/changelog.d/6801.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.10.0rc1Erik Johnston2020-01-311-1/+0
|
* When server leaves room check for stale device lists. (#6801)Erik Johnston2020-01-301-0/+1
When a server leaves a room it may stop sharing a room with remote users, and thus not get any updates to their device lists. So we need to check for this case and delete those device lists from the cache. We don't need to do this if we stop sharing a room because the remote user leaves the room, because we track that case via looking at membership changes.