expose thread mute status as Note.isMuting property
This commit is contained in:
parent
23cfb5647c
commit
87582034b5
3 changed files with 16 additions and 2 deletions
|
|
@ -173,6 +173,10 @@ export const packedNoteSchema = {
|
|||
},
|
||||
},
|
||||
},
|
||||
isMuting: {
|
||||
type: 'boolean',
|
||||
optional: false, nullable: false,
|
||||
},
|
||||
emojis: {
|
||||
type: 'object',
|
||||
optional: true, nullable: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue