Channelスキーマにミュート情報を追加
This commit is contained in:
parent
a46fefd43c
commit
fdf2b8cd0b
3 changed files with 28 additions and 1 deletions
|
|
@ -4542,6 +4542,7 @@ export type components = {
|
|||
allowRenoteToExternal: boolean;
|
||||
isFollowing?: boolean;
|
||||
isFavorited?: boolean;
|
||||
isMuting?: boolean;
|
||||
pinnedNotes?: components['schemas']['Note'][];
|
||||
};
|
||||
QueueCount: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue