diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-09-23 18:18:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-23 18:18:43 +0100 |
commit | 2983049a77557512519f3856fc88e3bc5f1915ed (patch) | |
tree | 81963d9f8b1c28932ee48b70fe1d833689397931 /changelog.d | |
parent | Improve logging of state resolution (#8371) (diff) | |
download | synapse-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.misc | 1 |
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. |