Version 1.13.1

This commit is contained in:
Girish Ramakrishnan
2020-10-30 14:14:53 -07:00
parent f40033ce42
commit 6cc8f51801
3 changed files with 8 additions and 2 deletions

View File

@@ -251,3 +251,9 @@
* Increase default upload size limit from 10M to 50M. Contributed by @Akkowicz. (#8502)
* Add support for modifying event content in ThirdPartyRules modules. (#8535, #8564)
[1.13.1]
* Update Synapse to 1.22.1
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.22.1)
* Fix a bug where an appservice may not be forwarded events for a room it was recently invited to. Broke in v1.22.0. (#8676)
* Fix Object of type frozendict is not JSON serializable exceptions when using third-party event rules. Broke in v1.22.0. (#8678)