diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-05-23 01:20:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-23 01:20:10 +0100 |
commit | d14c4d6b6d02e8c55a6647ce0f0b3b44356d6173 (patch) | |
tree | feb4f5e004543b85dd5096bd85f07e9ec9e8a356 /changelog.d | |
parent | Optimise some references to hs.config (#7546) (diff) | |
download | synapse-d14c4d6b6d02e8c55a6647ce0f0b3b44356d6173.tar.xz |
Simplify reap_monthly_active_users (#7558)
we can use `make_in_list_sql_clause` rather than doing our own half-baked equivalent, which has the benefit of working just fine with empty lists. (This has quite a lot of tests, so I think it's pretty safe)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7558.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7558.misc b/changelog.d/7558.misc new file mode 100644 index 0000000000..f8f4111136 --- /dev/null +++ b/changelog.d/7558.misc @@ -0,0 +1 @@ +Simplify `reap_monthly_active_users`. |