summary refs log tree commit diff
path: root/changelog.d/10223.bugfix
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2021-06-29 11:27:25 +0100
committerRichard van der Hoff <richard@matrix.org>2021-06-29 11:27:25 +0100
commit077d441d42a34c994a3eeeaa2068b837a96e5a7c (patch)
treef6e387b9288d7f932c618aa2983cc75b6f28facd /changelog.d/10223.bugfix
parentFix SQL (diff)
parentMigrate stream_ordering to a bigint (#10264) (diff)
downloadsynapse-077d441d42a34c994a3eeeaa2068b837a96e5a7c.tar.xz
Merge branch 'develop' into matrix-org-hotfixes
Diffstat (limited to 'changelog.d/10223.bugfix')
-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.