mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
This comma is actually important
This commit is contained in:
parent
823b679232
commit
daadcf36c0
@ -103,7 +103,7 @@ class RegistrationStore(SQLBaseStore):
|
||||
if was_guest:
|
||||
txn.execute("UPDATE users SET"
|
||||
" password_hash = ?,"
|
||||
" upgrade_ts = ?"
|
||||
" upgrade_ts = ?,"
|
||||
" is_guest = ?"
|
||||
" WHERE name = ?",
|
||||
[password_hash, now, make_guest, user_id])
|
||||
|
Loading…
Reference in New Issue
Block a user