(chore): update codebase

This commit is contained in:
Alois 2026-05-01 19:57:03 +02:00
commit 4e8d46b20e
106 changed files with 29936 additions and 1023 deletions

View file

@ -68,7 +68,7 @@ export const ttp = {
contacts: z.array(
z.object({
calls: z
.array(z.object({ id: z.uuidv4(), secret: z.base64() }))
.array(z.object({ call_id: z.string(), call_secret: z.base64() }))
.optional(),
last_message_at: z.number(),
user_id: z.number(),