Updated some webtransport stuff

This commit is contained in:
Alois 2026-03-18 23:27:35 +01:00
commit f1ad6f915e
5 changed files with 224 additions and 52 deletions

View file

@ -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(),