forked from mirrors/misskey
enhance: リモートユーザーのロールバッジを表示するかどうかをサーバー管理者が設定できるように (#16661)
* enhance: リモートユーザーのロールバッジを表示するかどうかをサーバー管理者が設定できるように * Update Changelog * build misskey-js with types
This commit is contained in:
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
@@ -4706,6 +4706,10 @@ export interface Locale extends ILocale {
|
||||
* ユーザーごとのIdenticon生成を有効にする
|
||||
*/
|
||||
"enableIdenticonGeneration": string;
|
||||
/**
|
||||
* リモートユーザーのロールバッジを表示する
|
||||
*/
|
||||
"showRoleBadgesOfRemoteUsers": string;
|
||||
/**
|
||||
* オフにするとパフォーマンスが向上します。
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user