summary refs log tree commit diff
path: root/scripts-dev/tail-synapse.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-01-30When server leaves room check for stale device lists. (#6801)Erik Johnston3-6/+83
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.
2020-01-30When a client asks for remote keys check if should resync. (#6797)Erik Johnston2<