1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-19 17:05:35 +02:00
This commit is contained in:
syuilo
2024-01-18 17:50:24 +09:00
parent 7794e7ae2f
commit fbad40bb9b
2 changed files with 3 additions and 7 deletions

View File

@@ -165,7 +165,7 @@ export interface ReversiEventTypes {
game: Packed<'ReversiGame'>;
};
invited: {
game: Packed<'ReversiGame'>;
game: Packed<'ReversiMatching'>;
};
}