mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-22 05:15:00 -05: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:
|
if was_guest:
|
||||||
txn.execute("UPDATE users SET"
|
txn.execute("UPDATE users SET"
|
||||||
" password_hash = ?,"
|
" password_hash = ?,"
|
||||||
" upgrade_ts = ?"
|
" upgrade_ts = ?,"
|
||||||
" is_guest = ?"
|
" is_guest = ?"
|
||||||
" WHERE name = ?",
|
" WHERE name = ?",
|
||||||
[password_hash, now, make_guest, user_id])
|
[password_hash, now, make_guest, user_id])
|
||||||
|
Loading…
Reference in New Issue
Block a user