Fixed some stuff

This commit is contained in:
Alois 2026-03-26 22:35:31 +00:00
commit 374b8cd4e2
4 changed files with 10 additions and 5 deletions

View file

@ -88,7 +88,7 @@ export const socket = {
ping_iota: z.number(),
}),
},
get_chats: {
get_conversations: {
request: z.object({}),
response: z.object({
user_ids: z.array(conversation),