add bypassSilence property at note level to fix silenced users' self-boosts showing a warning even when the user is followed
This commit is contained in:
parent
b9778e7fc8
commit
f1fc8bc357
4 changed files with 19 additions and 4 deletions
|
|
@ -4732,6 +4732,7 @@ export type components = {
|
|||
isMutingNote: boolean;
|
||||
isFavorited: boolean;
|
||||
isRenoted: boolean;
|
||||
bypassSilence: boolean;
|
||||
emojis?: {
|
||||
[key: string]: string;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue