Skip to content

Commit

Permalink
fix: admin/update-meta が保存できない (misskey-dev#12057)
Browse files Browse the repository at this point in the history
* Fix: invalid param impressumUrl

* Update CHANGELOG.md
  • Loading branch information
kakkokari-gtyih authored and kanarikanaru committed Oct 18, 2023
1 parent bb5e7ce commit 643f128
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ export const paramDef = {
tosUrl: { type: 'string', nullable: true },
repositoryUrl: { type: 'string' },
feedbackUrl: { type: 'string' },
impressumUrl: { type: 'string' },
privacyPolicyUrl: { type: 'string' },
impressumUrl: { type: 'string', nullable: true },
privacyPolicyUrl: { type: 'string', nullable: true },
useObjectStorage: { type: 'boolean' },
objectStorageBaseUrl: { type: 'string', nullable: true },
objectStorageBucket: { type: 'string', nullable: true },
Expand Down

0 comments on commit 643f128

Please sign in to comment.