(fix): connections
Some checks failed
/ build-web (push) Failing after 1m0s
/ build-desktop (linux) (push) Failing after 1m13s
/ build-mobile (push) Failing after 1m13s
/ release (push) Has been skipped

This commit is contained in:
Alois 2026-07-28 12:45:08 +02:00
commit 676dea2aa4
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
7 changed files with 92 additions and 127 deletions

View file

@ -225,14 +225,6 @@ export const mtp = {
request: user.partial(),
response: z.object({}),
},
ClientPing: {
request: z.object({
LastPing: z.number(),
}),
response: z.object({
PingIota: z.number(),
}),
},
MessageDelete: {
request: z.object({
ChatPartnerId: z.number(),