mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Add migrations
This commit is contained in:
parent
57f6896f67
commit
4f32032fed
34 changed files with 675 additions and 183 deletions
|
@ -68,7 +68,7 @@ async function updateNotificationSettings (req: express.Request, res: express.Re
|
|||
const values: UserNotificationSetting = {
|
||||
newVideoFromSubscription: body.newVideoFromSubscription,
|
||||
newCommentOnMyVideo: body.newCommentOnMyVideo,
|
||||
videoAbuseAsModerator: body.videoAbuseAsModerator,
|
||||
abuseAsModerator: body.abuseAsModerator,
|
||||
videoAutoBlacklistAsModerator: body.videoAutoBlacklistAsModerator,
|
||||
blacklistOnMyVideo: body.blacklistOnMyVideo,
|
||||
myVideoPublished: body.myVideoPublished,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue