]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/users/user-notification-setting.model.ts
Merge branch 'release/5.0.0' into develop
[github/Chocobozzz/PeerTube.git] / shared / models / users / user-notification-setting.model.ts
index 473148062b36e1e0b9deb537dc4737c803c1c002..278a05e7a5839e54d71ff85b461279d450680696 100644 (file)
@@ -24,4 +24,9 @@ export interface UserNotificationSetting {
 
   abuseStateChange: UserNotificationSettingValue
   abuseNewMessage: UserNotificationSettingValue
+
+  newPeerTubeVersion: UserNotificationSettingValue
+  newPluginVersion: UserNotificationSettingValue
+
+  myVideoStudioEditionFinished: UserNotificationSettingValue
 }