diff options
| author | かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> | 2023-08-21 13:01:08 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-21 13:01:08 +0900 |
| commit | b60ff1f1ce04bd60d87b048ac525196a5ffebd78 (patch) | |
| tree | 8c1c68b0ea968594def5a59e8e35f45eb025aa98 /packages | |
| parent | 2023.9.0-beta.1 (diff) | |
| download | sharkey-b60ff1f1ce04bd60d87b048ac525196a5ffebd78.tar.gz sharkey-b60ff1f1ce04bd60d87b048ac525196a5ffebd78.tar.bz2 sharkey-b60ff1f1ce04bd60d87b048ac525196a5ffebd78.zip | |
fix(misskey-js): Play関連の権限を追加(APIコンソールで発行可能に) (#11360)
* (add) permission: flash
* update changelog
* Update CHANGELOG.md (カレンダーリリース対応)
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/misskey-js/src/consts.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/misskey-js/src/consts.ts b/packages/misskey-js/src/consts.ts index 261ecd33f4..2b144ab4a4 100644 --- a/packages/misskey-js/src/consts.ts +++ b/packages/misskey-js/src/consts.ts @@ -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', ]; |