1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-25 09:44:11 +02:00

enhance: リプライ元にアンケートがあることが表示されるように

Resolve #15998
This commit is contained in:
syuilo
2025-05-09 20:36:14 +09:00
parent 6a2dc2d2d2
commit bbe26607eb
5 changed files with 9 additions and 0 deletions

View File

@@ -4481,6 +4481,7 @@ export type components = {
url?: string;
reactionAndUserPairCache?: string[];
clippedCount?: number;
hasPoll?: boolean;
myReaction?: string | null;
};
NoteReaction: {