1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-20 05:55:29 +02:00

fix(backend): handle leave message

This commit is contained in:
zyoshoka
2025-04-18 23:21:03 +09:00
parent dc55fba800
commit b71e299c8f
2 changed files with 9 additions and 0 deletions

View File

@@ -358,6 +358,7 @@ export type Channels = {
body: unknown;
};
addAi: Record<string, never>;
leave: Record<string, never>;
confirmNextKyoku: Record<string, never>;
dahai: {
tile: number;