diff options
author | Olivier Wilkinson (reivilibre) <olivier@librepush.net> | 2019-08-27 14:49:12 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <olivier@librepush.net> | 2019-08-27 14:49:12 +0100 |
commit | 10c1a233f91bd3fcc505e5521cadfc6ed8daa301 (patch) | |
tree | c2d725c4a3e2eb75a22372181420338666df0270 | |
parent | Invalidate `get_earliest_token_for_stats` cache as required. (diff) | |
download | synapse-10c1a233f91bd3fcc505e5521cadfc6ed8daa301.tar.xz |
Fix logic error.
`absolute_fields` being None shouldn't preclude completion of a current stats row. Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
-rw-r--r-- | synapse/storage/stats.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/synapse/storage/stats.py b/synapse/storage/stats.py |