synapse/changelog.d/8676.bugfix
Will Hunt 70269fbd18
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
2020-10-29 16:58:16 +00:00

2 lines
116 B
Plaintext

Fix a bug where an appservice may not be forwarded events for a room it was recently invited to. Broken in v1.22.0.