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>2020-09-23 18:18:43 +0100
committerGitHub <noreply@github.com>2020-09-23 18:18:43 +0100
commit2983049a77557512519f3856fc88e3bc5f1915ed (patch)
tree81963d9f8b1c28932ee48b70fe1d833689397931 /changelog.d
parentImprove logging of state resolution (#8371) (diff)
downloadsynapse-2983049a77557512519f3856fc88e3bc5f1915ed.tar.xz
Factor out `_send_dummy_event_for_room` (#8370)
this makes it possible to use from the manhole, and seems cleaner anyway.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8370.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8370.misc b/changelog.d/8370.misc
new file mode 100644
index 0000000000..1aaac1e0bf
--- /dev/null
+++ b/changelog.d/8370.misc
@@ -0,0 +1 @@
+Factor out a `_send_dummy_event_for_room` method.