add filters for following feed
This commit is contained in:
Vendored
+12
@@ -5065,6 +5065,18 @@ export interface Locale extends ILocale {
|
||||
* ブーストを表示
|
||||
*/
|
||||
"showRenotes": string;
|
||||
/**
|
||||
* Show quotes
|
||||
*/
|
||||
"showQuotes": string;
|
||||
/**
|
||||
* Show replies
|
||||
*/
|
||||
"showReplies": string;
|
||||
/**
|
||||
* Show non-public
|
||||
*/
|
||||
"showNonPublicNotes": string;
|
||||
/**
|
||||
* 編集済み
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user