From 1808a1f8e4b7b102823492a2007a46929aebf189 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 22 Mar 2022 14:35:04 +0100 Subject: Add video edition finished notification --- server/controllers/api/users/my-notifications.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'server/controllers/api/users') diff --git a/server/controllers/api/users/my-notifications.ts b/server/controllers/api/users/my-notifications.ts index 58732158f..55184dc0f 100644 --- a/server/controllers/api/users/my-notifications.ts +++ b/server/controllers/api/users/my-notifications.ts @@ -82,7 +82,8 @@ async function updateNotificationSettings (req: express.Request, res: express.Re abuseNewMessage: body.abuseNewMessage, abuseStateChange: body.abuseStateChange, newPeerTubeVersion: body.newPeerTubeVersion, - newPluginVersion: body.newPluginVersion + newPluginVersion: body.newPluginVersion, + myVideoEditionFinished: body.myVideoEditionFinished } await UserNotificationSettingModel.update(values, query) -- cgit v1.2.3