mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-16 23:11:34 +01:00
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
|
Fix race condition in populating reserved users
|
||||||
|
|
||||||
|
|
|
@ -38,8 +38,7 @@ class MonthlyActiveUsersStore(SQLBaseStore):
|
||||||
)
|
)
|
||||||
|
|
||||||
def initialise_reserved_users(self, txn, threepids):
|
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.
|
be called on start up.
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
|
|
Loading…
Reference in a new issue