1
0

Expose instance-moderation endpoints in UI

This commit is contained in:
PrivateGER
2024-10-05 18:02:38 +02:00
parent ac1e5a0fb5
commit 99a0f756ff
4 changed files with 51 additions and 6 deletions
+14 -6
View File
@@ -3128,6 +3128,10 @@ export interface Locale extends ILocale {
*
*/
"showTickerOnReplies": string;
/**
*
*/
"disableCatSpeak": string;
/**
* MFMの検索エンジン
*/
@@ -4429,10 +4433,6 @@ export interface Locale extends ILocale {
*
*/
"disableFederationOk": string;
/**
*
*/
"disableCatSpeak": string;
/**
*
*/
@@ -5337,6 +5337,14 @@ export interface Locale extends ILocale {
*
*/
"createdAntennas": string;
/**
*
*/
"severAllFollowRelations": string;
/**
*
*/
"severAllFollowRelationsConfirm": string;
"_delivery": {
/**
*
@@ -5777,7 +5785,7 @@ export interface Locale extends ILocale {
*/
"social": string;
/**
*
* 稿
*/
"bubble": string;
/**
@@ -9139,7 +9147,7 @@ export interface Locale extends ILocale {
*/
"global": string;
/**
*
*
*/
"bubble": string;
};