Updated some webtransport stuff
This commit is contained in:
parent
4613f1585b
commit
f1ad6f915e
5 changed files with 224 additions and 52 deletions
|
|
@ -100,7 +100,7 @@ export const socket = {
|
|||
communities: z.array(community),
|
||||
}),
|
||||
},
|
||||
live_message: {
|
||||
message_live: {
|
||||
request: z.object({}),
|
||||
response: z.object({
|
||||
sender_id: z.number(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue