diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-10-28 20:41:42 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2020-10-30 15:24:10 +0000 |
commit | 90c900a8ff12cf330bb2010f13f3dfeb42930f41 (patch) | |
tree | 70035405751a623c34852dc091b7a420c04c7fe0 /changelog.d | |
parent | Tie together matches_user_in_member_list and get_users_in_room caches (#8676) (diff) | |
download | synapse-90c900a8ff12cf330bb2010f13f3dfeb42930f41.tar.xz |
Merge pull request #8678 from matrix-org/rav/fix_frozen_events
Fix serialisation errors when using third-party event rules.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8678.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8678.bugfix b/changelog.d/8678.bugfix new file mode 100644 index 0000000000..0508d8f109 --- /dev/null +++ b/changelog.d/8678.bugfix @@ -0,0 +1 @@ +Fix `Object of type frozendict is not JSON serializable` exceptions when using third-party event rules. |