diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fcd3811cf..47a0083922 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,10 @@ ### Changes - API: users/notes, notes/local-timeline で fileType 指定はできなくなりました +- API: notes/global-timeline は現在常に `[]` を返します + +### General +- ソフトワードミュートとハードワードミュートは統合されました ### Server - タイムライン取得時のパフォーマンスを改善 diff --git a/locales/index.d.ts b/locales/index.d.ts index a9de0ad965..62db216953 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -1719,11 +1719,6 @@ export interface Locale { "muteWords": string; "muteWordsDescription": string; "muteWordsDescription2": string; - "softDescription": string; - "hardDescription": string; - "soft": string; - "hard": string; - "mutedNotes": string; }; "_instanceMute": { "instanceMuteDescription": string;