diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-05-14 10:07:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-14 10:07:54 +0100 |
commit | a0e063387d5c8390b19cf69359a90924ecd4fbda (patch) | |
tree | b93d624d3be4e2eceb40c95e4354130c639b182b /changelog.d | |
parent | Do not validate that the client dict is stable during UI Auth. (#7483) (diff) | |
download | synapse-a0e063387d5c8390b19cf69359a90924ecd4fbda.tar.xz |
Stop `get_joined_users` corruption from custom statuses (#7376)
Fix a bug where the `get_joined_users` cache could be corrupted by custom status events (or other state events with a state_key matching the user ID). The bug was introduced by #2229, but has largely gone unnoticed since then. Fixes #7099, #7373.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7376.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7376.bugfix b/changelog.d/7376.bugfix new file mode 100644 index 0000000000..b7b67e328e --- /dev/null +++ b/changelog.d/7376.bugfix @@ -0,0 +1 @@ +Fix a bug which could cause messages not to be sent over federation, when state events with state keys matching user IDs (such as custom user statuses) were received. |