mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-02 02:46:02 -04:00
Merge branch 'develop' of github.com:matrix-org/synapse into neilj/fix_mau_init
This commit is contained in:
commit
07126e43a4
50 changed files with 1701 additions and 380 deletions
|
@ -575,7 +575,7 @@ class RegistrationStore(RegistrationWorkerStore,
|
|||
def _find_next_generated_user_id(txn):
|
||||
txn.execute("SELECT name FROM users")
|
||||
|
||||
regex = re.compile("^@(\d+):")
|
||||
regex = re.compile(r"^@(\d+):")
|
||||
|
||||
found = set()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue