(fix): fix connection issues
Some checks failed
/ build-web (push) Failing after 1m14s
/ build-desktop (linux) (push) Failing after 1m14s
/ build-mobile (push) Failing after 1m14s
/ release (push) Has been skipped

This commit is contained in:
Alois 2026-07-28 01:02:26 +02:00
commit a43c05f035
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
4 changed files with 28 additions and 23 deletions

View file

@ -225,7 +225,7 @@ export const mtp = {
request: user.partial(),
response: z.object({}),
},
Ping: {
ClientPing: {
request: z.object({
LastPing: z.number(),
}),