diff options
author | Neil Johnson <neil@matrix.org> | 2018-08-14 17:06:51 +0100 |
---|---|---|
committer | Neil Johnson <neil@matrix.org> | 2018-08-14 17:06:51 +0100 |
commit | cd0c749c4f86e9350be1152a91958d0064d41c84 (patch) | |
tree | f199bb64aa5d42107f9caaa9d10686380de0c2b5 /changelog.d | |
parent | adding missing yield (diff) | |
download | synapse-cd0c749c4f86e9350be1152a91958d0064d41c84.tar.xz |
Fix missing yield in synapse.storage.monthly_active_users.initialise_reserved_users
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/3692.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3692.bugfix b/changelog.d/3692.bugfix new file mode 100644 index 0000000000..f44e13dca1 --- /dev/null +++ b/changelog.d/3692.bugfix @@ -0,0 +1 @@ +Fix missing yield in synapse.storage.monthly_active_users.initialise_reserved_users |