Export/Import withReplies (#15986)

* feat: export withReplies of UserList

* feat: export withReplies of following

* import following時のwithRepliesがデフォルト値であることを明示する

* changelog

* update index.d.ts

---------

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
This commit is contained in:
anatawa12
2025-05-29 13:15:41 +09:00
committed by GitHub
parent 367dac4edd
commit 1214d1d8fc
8 changed files with 39 additions and 10 deletions

2
locales/index.d.ts vendored
View File

@@ -9707,7 +9707,7 @@ export interface Locale extends ILocale {
*/
"excludeInactiveUsers": string;
/**
* インポートした人による返信をTLに含むようにする
* 返信をTLに含むかの情報がファイルにない場合に、インポートした人による返信をTLに含むようにする
*/
"withReplies": string;
};