synapse/changelog.d
Erik Johnston a5bab2d058
When server leaves room check for stale device lists. (#6801)
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-30 16:10:30 +00:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
6729.misc Add rooms.room_version column (#6729) 2020-01-27 14:30:57 +00:00
6734.bugfix Warn if postgres database has non-C locale. (#6734) 2020-01-28 13:44:21 +00:00
6748.misc Propagate cache invalidates from workers to other workers. (#6748) 2020-01-27 13:47:50 +00:00
6751.misc Remove unnecessary abstractions in admin handler (#6751) 2020-01-22 15:09:57 +00:00
6757.misc a bit of debugging for media storage providers (#6757) 2020-01-23 12:11:44 +00:00
6761.bugfix Minor fixes to user admin api (#6761) 2020-01-23 12:03:58 +00:00
6767.bugfix Validate client_secret parameter (#6767) 2020-01-24 14:28:40 +00:00
6771.bugfix Make 'event.redacts' never raise. (#6771) 2020-01-23 15:19:03 +00:00
6775.doc Formatting of changelog 2020-01-27 14:09:59 +02:00
6776.misc Detect unknown remote devices and mark cache as stale (#6776) 2020-01-28 14:43:21 +00:00
6787.feature update changelog 2020-01-28 14:20:10 +00:00
6788.misc Pass room version object into event_auth.check and check_redaction (#6788) 2020-01-28 14:18:29 +00:00
6790.feature changelog 2020-01-29 11:52:52 +00:00
6792.misc Delete current state when server leaves a room (#6792) 2020-01-29 11:01:32 +00:00
6795.bugfix Fix outbound federation request metrics (#6795) 2020-01-28 18:59:48 +00:00
6796.bugfix Fix bug when querying remote user keys that require a resync. (#6796) 2020-01-29 09:56:41 +00:00
6797.misc When a client asks for remote keys check if should resync. (#6797) 2020-01-30 15:06:58 +00:00
6799.bugfix Fix race in federation sender that delayed device updates. (#6799) 2020-01-29 11:23:01 +00:00
6800.bugfix Remove unused DeviceRow class (#6800) 2020-01-29 12:06:31 +00:00
6801.bugfix When server leaves room check for stale device lists. (#6801) 2020-01-30 16:10:30 +00:00
6803.misc Type defintions for use in refactoring for redaction changes (#6803) 2020-01-30 11:25:59 +00:00