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

@ -197,6 +197,10 @@ export const packedNoteSchema = {
type: 'boolean',
optional: false, nullable: false,
},
bypassSilence: {
type: 'boolean',
optional: false, nullable: false,
},
emojis: {
type: 'object',
optional: true, nullable: false,