mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Update server dependencies
This commit is contained in:
parent
5bfe684e76
commit
e65ef81cf5
16 changed files with 2045 additions and 1776 deletions
|
@ -309,7 +309,7 @@ async function changeUserBlock (res: express.Response, user: MUserAccountDefault
|
|||
await user.save({ transaction: t })
|
||||
})
|
||||
|
||||
await Emailer.Instance.addUserBlockJob(user, block, reason)
|
||||
Emailer.Instance.addUserBlockJob(user, block, reason)
|
||||
|
||||
auditLogger.update(getAuditIdFromRes(res), new UserAuditView(user.toFormattedJSON()), oldUserAuditView)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue