summary refs log tree commit diff
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <olivier@librepush.net>2019-08-30 15:11:14 +0100
committerOlivier Wilkinson (reivilibre) <olivier@librepush.net>2019-08-30 15:11:14 +0100
commitbf6d45f4561e8c7e4224f1bb4daa155c5b57b078 (patch)
treeacbd757da94cfc3d37eef09823f65c29f53af627
parentMerge branch 'rei/rss_inc7' into rei/rss_inc8 (diff)
parentFix that became apparent after unit testing (diff)
downloadsynapse-bf6d45f4561e8c7e4224f1bb4daa155c5b57b078.tar.xz
Merge branch 'rei/rss_inc7' into rei/rss_inc8
-rw-r--r--synapse/storage/stats.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/stats.py b/synapse/storage/stats.py

index 1d5aff00ec..2bf7b92fa9 100644 --- a/synapse/storage/stats.py +++ b/synapse/storage/stats.py
@@ -195,7 +195,7 @@ class StatsStore(StateDeltasStore): "table": table, "id_col": id_col, "origin_table": origin_table, - "zero_cols": zero_cols, + "zero_cols": ", ".join(zero_cols), "zeroes": ", ".join(["0"] * len(zero_cols)), } )