mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-31 04:02:41 +09:00
wip
This commit is contained in:
parent
34edf950ff
commit
d328a8cefc
@ -30,6 +30,10 @@ export const packedChannelSchema = {
|
||||
format: 'url',
|
||||
nullable: true, optional: false,
|
||||
},
|
||||
isArchived: {
|
||||
type: 'boolean',
|
||||
optional: false, nullable: false,
|
||||
},
|
||||
notesCount: {
|
||||
type: 'number',
|
||||
nullable: false, optional: false,
|
||||
|
Loading…
Reference in New Issue
Block a user