Channelスキーマにミュート情報を追加

This commit is contained in:
samunohito 2024-06-11 21:21:00 +09:00
parent a46fefd43c
commit fdf2b8cd0b
3 changed files with 28 additions and 1 deletions

View file

@ -4542,6 +4542,7 @@ export type components = {
allowRenoteToExternal: boolean;
isFollowing?: boolean;
isFavorited?: boolean;
isMuting?: boolean;
pinnedNotes?: components['schemas']['Note'][];
};
QueueCount: {