fix(backend): fix incorrect schemas (#13458)
This commit is contained in:
@@ -148,6 +148,9 @@ export const packedUserLiteSchema = {
|
||||
emojis: {
|
||||
type: 'object',
|
||||
nullable: false, optional: false,
|
||||
additionalProperties: {
|
||||
type: 'string',
|
||||
},
|
||||
},
|
||||
onlineStatus: {
|
||||
type: 'string',
|
||||
|
Reference in New Issue
Block a user