summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2023-07-12 12:02:11 +0100
committerGitHub <noreply@github.com>2023-07-12 11:02:11 +0000
commit36c6b92bfc6570b7b8f3d0416ec4a47a3b7846d3 (patch)
tree61aa3e62e53640f3acf0acdb68fdabe14604fc3d /changelog.d
parentMark get_user_in_directory private since only used in tests (#15884) (diff)
downloadsynapse-36c6b92bfc6570b7b8f3d0416ec4a47a3b7846d3.tar.xz
Fix push for invites received over federation (#15820)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15820.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15820.bugfix b/changelog.d/15820.bugfix
new file mode 100644
index 0000000000..d259d32061
--- /dev/null
+++ b/changelog.d/15820.bugfix
@@ -0,0 +1 @@
+Fix long-standing bug where remote invites weren't correctly pushed.