diff options
author | Erik Johnston <erik@matrix.org> | 2020-10-30 15:25:44 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2020-10-30 15:25:44 +0000 |
commit | b4289795ea27b782de657a0abf30bcbee24876d8 (patch) | |
tree | 03e33c176c98f626237ae63583f63bc3c6b67f32 /changelog.d | |
parent | Merge pull request #8678 from matrix-org/rav/fix_frozen_events (diff) | |
download | synapse-b4289795ea27b782de657a0abf30bcbee24876d8.tar.xz |
1.22.1
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8676.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/8678.bugfix | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/changelog.d/8676.bugfix b/changelog.d/8676.bugfix deleted file mode 100644 index df16c72761..0000000000 --- a/changelog.d/8676.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix a bug where an appservice may not be forwarded events for a room it was recently invited to. Broken in v1.22.0. diff --git a/changelog.d/8678.bugfix b/changelog.d/8678.bugfix deleted file mode 100644 index 0508d8f109..0000000000 --- a/changelog.d/8678.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix `Object of type frozendict is not JSON serializable` exceptions when using third-party event rules. |