mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Remove spurious txn
This commit is contained in:
parent
4adf93e0f7
commit
be3548f7e1
@ -127,15 +127,6 @@ class RegistrationStore(SQLBaseStore):
|
||||
|
||||
try:
|
||||
if was_guest:
|
||||
txn.execute(
|
||||
"UPDATE users SET"
|
||||
" password_hash = ?,"
|
||||
" upgrade_ts = ?,"
|
||||
" is_guest = ?,"
|
||||
" admin = ?"
|
||||
" WHERE name = ?",
|
||||
(password_hash, now, 1 if make_guest else 0, admin, user_id,)
|
||||
)
|
||||
self._simple_update_one_txn(
|
||||
txn,
|
||||
"users",
|
||||
|
Loading…
Reference in New Issue
Block a user