fix(misskey-js): Play関連の権限を追加(APIコンソールで発行可能に) (#11360)

* (add) permission: flash

* update changelog

* Update CHANGELOG.md (カレンダーリリース対応)

---------

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
This commit is contained in:
かっこかり
2023-08-21 13:01:08 +09:00
committed by GitHub
parent 2939e8131d
commit b60ff1f1ce
4 changed files with 13 additions and 0 deletions

View File

@@ -39,4 +39,8 @@ export const permissions = [
'write:gallery',
'read:gallery-likes',
'write:gallery-likes',
'read:flash',
'write:flash',
'read:flash-likes',
'write:flash-likes',
];