summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-03-04 18:11:26 +0000
committerRichard van der Hoff <richard@matrix.org>2019-03-04 18:16:43 +0000
commitb29693a30b4def57c9c38be4c6f5ff2f9a6e9db9 (patch)
treedd264a619e5585eda8882bbd63b099cd8628f71c /changelog.d
parentInclude a default configuration file in the 'docs' directory. (#4791) (diff)
downloadsynapse-b29693a30b4def57c9c38be4c6f5ff2f9a6e9db9.tar.xz
Clean up read-receipt handling.
Remove a call to run_as_background_process: there is no need to run this as a
background process, because build_and_send_edu does not block.

We may as well inline the whole of _push_remotes.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/4797.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4797.misc b/changelog.d/4797.misc
new file mode 100644
index 0000000000..822e98e6a7
--- /dev/null
+++ b/changelog.d/4797.misc
@@ -0,0 +1 @@
+Clean up read-receipt handling.