mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:16:09 -04:00
Add script for getting info about recently registered users (#10290)
This commit is contained in:
parent
c65067d673
commit
6655ea5587
17 changed files with 309 additions and 153 deletions
|
@ -111,7 +111,7 @@ def make_conn(
|
|||
db_config: DatabaseConnectionConfig,
|
||||
engine: BaseDatabaseEngine,
|
||||
default_txn_name: str,
|
||||
) -> Connection:
|
||||
) -> "LoggingDatabaseConnection":
|
||||
"""Make a new connection to the database and return it.
|
||||
|
||||
Returns:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue