diff options
author | Erik Johnston <erik@matrix.org> | 2023-07-12 12:02:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-12 11:02:11 +0000 |
commit | 36c6b92bfc6570b7b8f3d0416ec4a47a3b7846d3 (patch) | |
tree | 61aa3e62e53640f3acf0acdb68fdabe14604fc3d /changelog.d | |
parent | Mark get_user_in_directory private since only used in tests (#15884) (diff) | |
download | synapse-36c6b92bfc6570b7b8f3d0416ec4a47a3b7846d3.tar.xz |
Fix push for invites received over federation (#15820)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15820.bugfix | 1 |
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. |