forked from MirrorHub/synapse
remove white space
This commit is contained in:
parent
6105c6101f
commit
329d18b39c
2 changed files with 1 additions and 3 deletions
|
@ -1,2 +1 @@
|
|||
Fix race condition in populating reserved users
|
||||
|
||||
|
|
|
@ -38,8 +38,7 @@ class MonthlyActiveUsersStore(SQLBaseStore):
|
|||
)
|
||||
|
||||
def initialise_reserved_users(self, txn, threepids):
|
||||
"""
|
||||
Ensures that reserved threepids are accounted for in the MAU table, should
|
||||
"""Ensures that reserved threepids are accounted for in the MAU table, should
|
||||
be called on start up.
|
||||
|
||||
Arguments:
|
||||
|
|
Loading…
Reference in a new issue