mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add ability to update the user display name/description
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { NSFWPolicyType } from '../videos/nsfw-policy.type'
|
||||
|
||||
export interface UserUpdateMe {
|
||||
displayName?: string
|
||||
description?: string
|
||||
nsfwPolicy?: NSFWPolicyType
|
||||
autoPlayVideo?: boolean
|
||||
|
||||
Reference in New Issue
Block a user