forked from mirrors/misskey
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:
2
locales/index.d.ts
vendored
2
locales/index.d.ts
vendored
@@ -9707,7 +9707,7 @@ export interface Locale extends ILocale {
|
||||
*/
|
||||
"excludeInactiveUsers": string;
|
||||
/**
|
||||
* インポートした人による返信をTLに含むようにする
|
||||
* 返信をTLに含むかの情報がファイルにない場合に、インポートした人による返信をTLに含むようにする
|
||||
*/
|
||||
"withReplies": string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user