Merge remote-tracking branch 'misskey-dev/develop' into io
This commit is contained in:
commit
d18e3e9b93
12 changed files with 59 additions and 22 deletions
|
@ -148,6 +148,9 @@ export const packedUserLiteSchema = {
|
|||
emojis: {
|
||||
type: 'object',
|
||||
nullable: false, optional: false,
|
||||
additionalProperties: {
|
||||
type: 'string',
|
||||
},
|
||||
},
|
||||
onlineStatus: {
|
||||
type: 'string',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue