mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-26 13:09:23 -05:00
remove white space
This commit is contained in:
parent
6105c6101f
commit
329d18b39c
@ -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 New Issue
Block a user