summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-06-23 12:54:50 +0100
committerGitHub <noreply@github.com>2021-06-23 12:54:50 +0100
commit8beead66ae48aa11f1e25da42256eb92b8bce099 (patch)
tree5f8b22b1c5712f8a5ada8f3f3f0681bdcfd38f3a /changelog.d
parentDrop Origin & Accept from Access-Control-Allow-Headers value (#10114) (diff)
downloadsynapse-8beead66ae48aa11f1e25da42256eb92b8bce099.tar.xz
Send out invite rejections and knocks over federation (#10223)
ensure that events sent via `send_leave` and `send_knock` are sent on to
the rest of the federation.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10223.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10223.bugfix b/changelog.d/10223.bugfix
new file mode 100644
index 0000000000..4e42f6b608
--- /dev/null
+++ b/changelog.d/10223.bugfix
@@ -0,0 +1 @@
+Fix a long-standing bug which meant that invite rejections and knocks were not sent out over federation in a timely manner.