mute silenced notes in frontend

This commit is contained in:
Hazelnoot 2025-07-25 18:24:28 -04:00
parent 24e14c78fd
commit 64694be004
8 changed files with 39 additions and 3 deletions

View file

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