From 3924a9e4943aa0636198aa0e263549bf3e695381 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 2 Oct 2023 08:31:33 +0900 Subject: [PATCH] wip --- CHANGELOG.md | 4 ++++ locales/index.d.ts | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) 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;