summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-03-02 16:52:15 +0000
committerGitHub <noreply@github.com>2020-03-02 16:52:15 +0000
commitb29474e0aa866a50ec96cd921cc5025fc9718e73 (patch)
tree1b74864c5488d43949a03d05edb222c32e39cf9c /changelog.d
parentFix py35-old CI by using native tox. (#7018) (diff)
downloadsynapse-b29474e0aa866a50ec96cd921cc5025fc9718e73.tar.xz
Always return a deferred from `get_current_state_deltas`. (#7019)
This currently causes presence notify code to log exceptions when there
is no state changes to process. This doesn't actually cause any problems
as we'd simply do nothing anyway.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7019.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7019.misc b/changelog.d/7019.misc
new file mode 100644
index 0000000000..5130f4e8af
--- /dev/null
+++ b/changelog.d/7019.misc
@@ -0,0 +1 @@
+Port `synapse.handlers.presence` to async/await.