Merge branch 'develop' into fix/deck_column_target_change

This commit is contained in:
おさむのひと 2023-11-08 21:57:21 +09:00 committed by GitHub
commit 08b59f7a64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

View File

@ -12,6 +12,17 @@
-->
## 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' },
token: { type: 'string', nullable: true },
},
anyOf: [
{ required: ['tokenId'] },