X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Fusers%2Fuser-notification-setting.model.ts;h=278a05e7a5839e54d71ff85b461279d450680696;hb=813f37438a1043876defb442c0b3eade198b3ca2;hp=473148062b36e1e0b9deb537dc4737c803c1c002;hpb=bd45d503e5d007e730f4e81dccd7e7864c9a85cc;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/models/users/user-notification-setting.model.ts b/shared/models/users/user-notification-setting.model.ts index 473148062..278a05e7a 100644 --- a/shared/models/users/user-notification-setting.model.ts +++ b/shared/models/users/user-notification-setting.model.ts @@ -24,4 +24,9 @@ export interface UserNotificationSetting { abuseStateChange: UserNotificationSettingValue abuseNewMessage: UserNotificationSettingValue + + newPeerTubeVersion: UserNotificationSettingValue + newPluginVersion: UserNotificationSettingValue + + myVideoStudioEditionFinished: UserNotificationSettingValue }