fix(server): faviconUrl of federated instance is missing
This commit is contained in:
parent
14cc341cc9
commit
4efee455b1
3 changed files with 7 additions and 0 deletions
|
@ -88,6 +88,11 @@ export const packedFederationInstanceSchema = {
|
|||
optional: false, nullable: true,
|
||||
format: 'url',
|
||||
},
|
||||
faviconUrl: {
|
||||
type: 'string',
|
||||
optional: false, nullable: true,
|
||||
format: 'url',
|
||||
},
|
||||
infoUpdatedAt: {
|
||||
type: 'string',
|
||||
optional: false, nullable: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue