diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-09-22 15:20:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-22 15:20:18 +0100 |
commit | 8f2a52766bc242c02a309f45406f827e670311e7 (patch) | |
tree | 6e08e07433f9247230d8e60a093f6e036c252266 /changelog.d | |
parent | Include more information in oEmbed previews. (#10819) (diff) | |
download | synapse-8f2a52766bc242c02a309f45406f827e670311e7.tar.xz |
Ensure we mark sent knocks as outliers (#10873)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10873.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10873.bugfix b/changelog.d/10873.bugfix new file mode 100644 index 0000000000..32b2e50fd9 --- /dev/null +++ b/changelog.d/10873.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in Synapse 1.37.0 which caused `knock` events which we sent to remote servers to be incorrectly stored in the local database. |