mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-20 05:13:11 -06:00
Missed one
This commit is contained in:
parent
7c63b5cbb4
commit
8183be2e75
|
|
@ -124,7 +124,7 @@ func (s *inviteStatements) UpdateInviteRetired(
|
|||
}
|
||||
|
||||
// now retire the invites
|
||||
stmt = txn.Stmt(s.updateInviteRetiredStmt)
|
||||
stmt = internal.TxStmt(txn, s.updateInviteRetiredStmt)
|
||||
_, err = stmt.ExecContext(ctx, roomNID, targetUserNID)
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue