From 0fe03771ce2a03915c266a0d4d34f2c11b229123 Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Sat, 31 Dec 2022 17:25:28 +1100 Subject: Profile themes and pronouns --- src/util/schemas/UserProfileModifySchema.ts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/util/schemas/UserProfileModifySchema.ts') diff --git a/src/util/schemas/UserProfileModifySchema.ts b/src/util/schemas/UserProfileModifySchema.ts index 33a372c9..1e53d9e4 100644 --- a/src/util/schemas/UserProfileModifySchema.ts +++ b/src/util/schemas/UserProfileModifySchema.ts @@ -2,4 +2,10 @@ export interface UserProfileModifySchema { bio?: string; accent_color?: number | null; banner?: string | null; + pronouns?: string; + + /* + * @items.type integer + */ + theme_colors?: [number, number] } -- cgit 1.5.1