Fixed get_conversations
This commit is contained in:
parent
374b8cd4e2
commit
294205e873
3 changed files with 4 additions and 2 deletions
|
|
@ -4,6 +4,7 @@ export const conversation = z.object({
|
|||
user_id: z.number(),
|
||||
calls: z.array(z.uuidv4()).optional(),
|
||||
last_message_at: z.number(),
|
||||
username: z.string().optional(), // Todo: Remove this
|
||||
});
|
||||
|
||||
export const community = z.object({
|
||||
|
|
|
|||
Loading…
Reference in a new issue