fix(backend): fix incorrect schemas (#13458)

This commit is contained in:
zyoshoka 2024-02-26 19:49:12 +09:00 committed by GitHub
parent 0a0af6887a
commit 0fb7b98f96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 22 additions and 6 deletions

View file

@ -148,6 +148,9 @@ export const packedUserLiteSchema = {
emojis: {
type: 'object',
nullable: false, optional: false,
additionalProperties: {
type: 'string',
},
},
onlineStatus: {
type: 'string',