feat: アクセストークン発行時に通知するように (#15422)

* feat: アクセストークン発行時に通知するように (misskey-dev/misskey#13353)

* fix: 不要な翻訳を削除/インデントを揃えるように

* chore(backend): 不要なawaitを削除

* chore: changelogへ追加
This commit is contained in:
lqvp 2025-02-11 10:15:33 +09:00 committed by GitHub
parent a1ca68aadd
commit e339293673
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 58 additions and 7 deletions

View file

@ -332,6 +332,16 @@ export const packedNotificationSchema = {
enum: ['login'],
},
},
}, {
type: 'object',
properties: {
...baseSchema.properties,
type: {
type: 'string',
optional: false, nullable: false,
enum: ['createToken'],
},
},
}, {
type: 'object',
properties: {