(feat): improved conversation adding flow
(feat): visual tweaks for user modal (feat): now using full width for profile settings page on mobile (fix): profile not saving with empty avatar (chore): bump version due to prod release not getting created (chore): update licenses
This commit is contained in:
parent
4380d664be
commit
ba59a49f98
14 changed files with 203 additions and 44 deletions
|
|
@ -115,7 +115,8 @@ export const ttp = {
|
|||
},
|
||||
get_user_data: {
|
||||
request: z.object({
|
||||
user_id: z.number(),
|
||||
user_id: z.number().optional(),
|
||||
username: z.string().optional(),
|
||||
}),
|
||||
response: user,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue