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:
Hazelnoot 2025-08-13 11:54:17 -04:00
parent b9778e7fc8
commit f1fc8bc357
4 changed files with 19 additions and 4 deletions

View file

@ -4732,6 +4732,7 @@ export type components = {
isMutingNote: boolean;
isFavorited: boolean;
isRenoted: boolean;
bypassSilence: boolean;
emojis?: {
[key: string]: string;
};