すべてのフォロー中の人のwithRepliesを変える機能 (#12049)

* feat: endpoint to update all following

* feat(frontend): change show replies for all

* docs(changelog): すでにフォローしたすべての人の返信をTLに追加できるように

* fix: cancel not working
This commit is contained in:
anatawa12
2023-10-21 18:39:19 +09:00
committed by GitHub
parent 12fe09c6e7
commit 722584bf72
7 changed files with 80 additions and 0 deletions

4
locales/index.d.ts vendored
View File

@@ -1135,6 +1135,10 @@ export interface Locale {
"fileAttachedOnly": string;
"showRepliesToOthersInTimeline": string;
"hideRepliesToOthersInTimeline": string;
"showRepliesToOthersInTimelineAll": string;
"hideRepliesToOthersInTimelineAll": string;
"confirmShowRepliesAll": string;
"confirmHideRepliesAll": string;
"externalServices": string;
"impressum": string;
"impressumUrl": string;