]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/users/user-update-me.model.ts
WIP plugins: working hook on server side
[github/Chocobozzz/PeerTube.git] / shared / models / users / user-update-me.model.ts
index 10edeee2e657cfe55710a8f87539095448034bb7..6e6cd711501e073c2912e6ec9a966475fafe360c 100644 (file)
@@ -3,9 +3,13 @@ import { NSFWPolicyType } from '../videos/nsfw-policy.type'
 export interface UserUpdateMe {
   displayName?: string
   description?: string
-  nsfwPolicy?: NSFWPolicyType,
-  webTorrentEnabled?: boolean,
+  nsfwPolicy?: NSFWPolicyType
+
+  webTorrentEnabled?: boolean
   autoPlayVideo?: boolean
+  videosHistoryEnabled?: boolean
+  videoLanguages?: string[]
+
   email?: string
   currentPassword?: string
   password?: string