summary refs log tree commit diff
path: root/changelog.d/16973.bugfix
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2024-03-12 15:03:45 +0000
committerErik Johnston <erik@matrix.org>2024-03-12 15:03:45 +0000
commit9d7880c0c617a1a042f0430de3753af8467e98a5 (patch)
tree0329b22e1c06edccddd299c759519ab71e7000f3 /changelog.d/16973.bugfix
parentdeactivated flag refactored to filter deactivated users. (#16874) (diff)
downloadsynapse-9d7880c0c617a1a042f0430de3753af8467e98a5.tar.xz
1.103.0rc1
Diffstat (limited to 'changelog.d/16973.bugfix')
-rw-r--r--changelog.d/16973.bugfix1
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/16973.bugfix b/changelog.d/16973.bugfix
deleted file mode 100644
index a0e3a12304..0000000000
--- a/changelog.d/16973.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Fix joining remote rooms when a module uses the `on_new_event` callback. This callback may now pass partial state events instead of the full state for remote rooms.