]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/users/user-update-me.model.ts
Users can change ownership of their video [#510] (#888)
[github/Chocobozzz/PeerTube.git] / shared / models / users / user-update-me.model.ts
index 83417a7bd7440b3e45bc62dc18b7623012e900fb..ddab837fe8862f123e19e50f5a62d47acde0d6fb 100644 (file)
@@ -1,5 +1,9 @@
+import { NSFWPolicyType } from '../videos/nsfw-policy.type'
+
 export interface UserUpdateMe {
-  displayNSFW?: boolean
+  displayName?: string
+  description?: string
+  nsfwPolicy?: NSFWPolicyType
   autoPlayVideo?: boolean
   email?: string
   password?: string