(wip): chat decryption stuff
Some checks failed
/ build-web (push) Successful in 6m57s
/ build-desktop (linux) (push) Failing after 7m41s
/ build-mobile (push) Successful in 17m43s
/ release (push) Has been skipped

This commit is contained in:
Alois 2026-07-06 00:42:54 +02:00
commit de0a153bce
3 changed files with 39 additions and 20 deletions

View file

@ -53,7 +53,7 @@ const authPayload = z.object({
UserId: z.number(),
LastMessage: z
.object({
content: z.base64(),
Content: z.base64(),
SenderId: z.number(),
})
.optional(),