diff options
author | Erik Johnston <erik@matrix.org> | 2020-03-02 16:52:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-02 16:52:15 +0000 |
commit | b29474e0aa866a50ec96cd921cc5025fc9718e73 (patch) | |
tree | 1b74864c5488d43949a03d05edb222c32e39cf9c | |
parent | Fix py35-old CI by using native tox. (#7018) (diff) | |
download | synapse-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.
-rw-r--r-- | changelog.d/7019.misc | 1 | ||||
-rw-r--r-- | synapse/storage/data_stores/main/state_deltas.py | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/changelog.d/7019.misc b/changelog.d/7019.misc new file mode 100644 |