diff options
author | Will Hunt <will@half-shot.uk> | 2020-10-29 16:58:16 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2020-10-30 15:23:16 +0000 |
commit | b37aa1643bf3c3ff76f5b1d468a0b23c2acf66cc (patch) | |
tree | 691a5b940fbc04833c419a685bb43aeba888dd78 /changelog.d | |
parent | 1.22.0 (diff) | |
download | synapse-b37aa1643bf3c3ff76f5b1d468a0b23c2acf66cc.tar.xz |
Tie together matches_user_in_member_list and get_users_in_room caches (#8676)
* Tie together matches_user_in_member_list and get_users_in_room * changelog * Remove type to fix mypy * Add `on_invalidate` to the function signature in the hopes that may make things work well * Remove **kwargs * Update 8676.bugfix
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8676.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8676.bugfix b/changelog.d/8676.bugfix new file mode 100644 index 0000000000..df16c72761 --- /dev/null +++ b/changelog.d/8676.bugfix @@ -0,0 +1 @@ +Fix a bug where an appservice may not be forwarded events for a room it was recently invited to. Broken in v1.22.0. |