Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When server leaves room check for stale device lists. (#6801) | Erik Johnston | 2020-01-30 | 1 | -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. |