1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Add video edition finished notification

This commit is contained in:
Chocobozzz 2022-03-22 14:35:04 +01:00
parent 348c2ce3ff
commit 1808a1f8e4
No known key found for this signature in database
GPG key ID: 583A612D890159BE
30 changed files with 336 additions and 70 deletions

View file

@ -252,7 +252,8 @@ function createDefaultUserNotificationSettings (user: MUserId, t: Transaction |
abuseStateChange: UserNotificationSettingValue.WEB | UserNotificationSettingValue.EMAIL,
autoInstanceFollowing: UserNotificationSettingValue.WEB,
newPeerTubeVersion: UserNotificationSettingValue.WEB | UserNotificationSettingValue.EMAIL,
newPluginVersion: UserNotificationSettingValue.WEB
newPluginVersion: UserNotificationSettingValue.WEB,
myVideoEditionFinished: UserNotificationSettingValue.WEB
}
return UserNotificationSettingModel.create(values, { transaction: t })