add instance.isSilenced to PackedUserLite
This commit is contained in:
parent
96d186589a
commit
472c7b7f34
3 changed files with 6 additions and 0 deletions
|
|
@ -200,6 +200,10 @@ export const packedUserLiteSchema = {
|
|||
type: 'string',
|
||||
nullable: true, optional: false,
|
||||
},
|
||||
isSilenced: {
|
||||
type: 'boolean',
|
||||
nullable: false, optional: false,
|
||||
},
|
||||
},
|
||||
},
|
||||
emojis: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue