X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Fusers%2Fuser-notification-setting.model.ts;h=451f40d5841754cdaeeb00918be2e86898937764;hb=ca6d36227a9273f616a462d3aad6a721ab5dd627;hp=531e12bba3a3756160f51c39007dae6ac0e32884;hpb=73471b1a52f242e86364ffb077ea6cadb3b07ae2;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 531e12bba..451f40d58 100644 --- a/shared/models/users/user-notification-setting.model.ts +++ b/shared/models/users/user-notification-setting.model.ts @@ -8,10 +8,13 @@ export interface UserNotificationSetting { newVideoFromSubscription: UserNotificationSettingValue newCommentOnMyVideo: UserNotificationSettingValue videoAbuseAsModerator: UserNotificationSettingValue + videoAutoBlacklistAsModerator: UserNotificationSettingValue blacklistOnMyVideo: UserNotificationSettingValue myVideoPublished: UserNotificationSettingValue myVideoImportFinished: UserNotificationSettingValue newUserRegistration: UserNotificationSettingValue newFollow: UserNotificationSettingValue commentMention: UserNotificationSettingValue + newInstanceFollower: UserNotificationSettingValue + autoInstanceFollowing: UserNotificationSettingValue }