Fixed some stuff
This commit is contained in:
parent
48c4f780c1
commit
374b8cd4e2
4 changed files with 10 additions and 5 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue