1
0

indicate if a user is blocked / muted by the current user

This commit is contained in:
Hazel K
2024-10-05 19:13:09 -04:00
parent ac1e5a0fb5
commit e622ab7cc7
4 changed files with 40 additions and 13 deletions
+14 -6
View File
@@ -588,6 +588,10 @@ export interface Locale extends ILocale {
*
*/
"mute": string;
/**
* Muted
*/
"muted": string;
/**
*
*/
@@ -596,6 +600,10 @@ export interface Locale extends ILocale {
*
*/
"renoteMute": string;
/**
* Boosts muted
*/
"renoteMuted": string;
/**
*
*/
@@ -3128,6 +3136,10 @@ export interface Locale extends ILocale {
*
*/
"showTickerOnReplies": string;
/**
*
*/
"disableCatSpeak": string;
/**
* MFMの検索エンジン
*/
@@ -4429,10 +4441,6 @@ export interface Locale extends ILocale {
*
*/
"disableFederationOk": string;
/**
*
*/
"disableCatSpeak": string;
/**
*
*/
@@ -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;
};