mirror of
https://github.com/MisskeyIO/misskey
synced 2024-11-27 06:18:40 +09:00
parent
1711ae7156
commit
5c88c17d15
@ -18,7 +18,7 @@ You should also include the user name that made the change.
|
|||||||
- サーバーのパフォーマンスを改善
|
- サーバーのパフォーマンスを改善
|
||||||
|
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
-
|
- ロールの権限で「一般ユーザー」のロールがいきなり設定できない問題を修正
|
||||||
|
|
||||||
## 13.9.1 (2023/03/03)
|
## 13.9.1 (2023/03/03)
|
||||||
|
|
||||||
|
@ -46,7 +46,8 @@ if (props.id) {
|
|||||||
data = {
|
data = {
|
||||||
name: 'New Role',
|
name: 'New Role',
|
||||||
description: '',
|
description: '',
|
||||||
rolePermission: 'normal',
|
isAdministrator: false,
|
||||||
|
isModerator: false,
|
||||||
color: null,
|
color: null,
|
||||||
iconUrl: null,
|
iconUrl: null,
|
||||||
target: 'manual',
|
target: 'manual',
|
||||||
|
Loading…
Reference in New Issue
Block a user