diff options
author | Neil Johnson <neil@matrix.org> | 2018-10-24 17:18:08 +0100 |
---|---|---|
committer | Neil Johnson <neil@matrix.org> | 2018-10-24 17:18:08 +0100 |
commit | ea69a84bbb2fc9c1da6db0384a98f577f3bc95a7 (patch) | |
tree | c6b5d38fb5fc9f427ba0ae355258c4fdf55edfb0 /changelog.d | |
parent | commit transaction before closing (diff) | |
download | synapse-ea69a84bbb2fc9c1da6db0384a98f577f3bc95a7.tar.xz |
fix style inconsistencies
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4081.bugfix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/4081.bugfix b/changelog.d/4081.bugfix index 13dad58842..cfe4b3e9d9 100644 --- a/changelog.d/4081.bugfix +++ b/changelog.d/4081.bugfix @@ -1 +1,2 @@ -Fix race condition in populating reserved users +Fix race condition where config defined reserved users were not being added to +the monthly active user list prior to the homeserver reactor firing up |