(wip): chat decryption stuff
This commit is contained in:
parent
2777ba34ca
commit
de0a153bce
3 changed files with 39 additions and 20 deletions
|
|
@ -53,7 +53,7 @@ const authPayload = z.object({
|
|||
UserId: z.number(),
|
||||
LastMessage: z
|
||||
.object({
|
||||
content: z.base64(),
|
||||
Content: z.base64(),
|
||||
SenderId: z.number(),
|
||||
})
|
||||
.optional(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue