-
- Downloads
Merge tag 'v1.19.1rc1' into develop
Synapse 1.19.1rc1 (2020-08-25) ============================== Bugfixes -------- - Fix a bug introduced in v1.19.0 where appservices with ratelimiting disabled would still be ratelimited when joining rooms. ([\#8139](https://github.com/matrix-org/synapse/issues/8139)) - Fix a bug introduced in v1.19.0 that would cause e.g. profile updates to fail due to incorrect application of rate limits on join requests. ([\#8153](https://github.com/matrix-org/synapse/issues/8153))
No related branches found
No related tags found
Showing
- CHANGES.md 10 additions, 0 deletionsCHANGES.md
- synapse/__init__.py 1 addition, 1 deletionsynapse/__init__.py
- synapse/handlers/room_member.py 25 additions, 21 deletionssynapse/handlers/room_member.py
- tests/rest/client/v1/test_rooms.py 86 additions, 1 deletiontests/rest/client/v1/test_rooms.py
- tests/rest/client/v1/utils.py 7 additions, 3 deletionstests/rest/client/v1/utils.py
Loading
Please register or sign in to comment