diff options
author | Will Hunt <will@half-shot.uk> | 2020-10-29 16:58:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-29 16:58:16 +0000 |
commit | 70269fbd18c8ec81f385a1a390e5452e6068e239 (patch) | |
tree | 678b96fb8ce7874eab7abd44aa5eb3a6a1cdeb0e /changelog.d | |
parent | Gracefully handle a pending logging connection during shutdown. (#8685) (diff) | |
download | synapse-70269fbd18c8ec81f385a1a390e5452e6068e239.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. |