expose thread mute status as Note.isMuting property

This commit is contained in:
Hazelnoot 2025-06-09 22:10:30 -04:00
parent 23cfb5647c
commit 87582034b5
3 changed files with 16 additions and 2 deletions

View file

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