Compare commits

..

No commits in common. "b02f724475eabb41a65fa462c674b561240c1ada" and "828749be6451e2129e6b583dbb2b163cdff51f12" have entirely different histories.

2 changed files with 1 additions and 12 deletions

View File

@ -12,17 +12,6 @@
-->
## 2023.x.x (unreleased)
### General
-
### Client
-
### Server
- Fix: トークンのないプラグインをアンインストールするときにエラーが出ないように
## 2023.11.0
### Note

View File

@ -18,7 +18,7 @@ export const paramDef = {
type: 'object',
properties: {
tokenId: { type: 'string', format: 'misskey:id' },
token: { type: 'string', nullable: true },
token: { type: 'string' },
},
anyOf: [
{ required: ['tokenId'] },