This commit is contained in:
syuilo 2023-10-02 08:31:33 +09:00
parent d9aac112d3
commit 3924a9e494
2 changed files with 4 additions and 5 deletions

View File

@ -18,6 +18,10 @@
### Changes
- API: users/notes, notes/local-timeline で fileType 指定はできなくなりました
- API: notes/global-timeline は現在常に `[]` を返します
### General
- ソフトワードミュートとハードワードミュートは統合されました
### Server
- タイムライン取得時のパフォーマンスを改善

5
locales/index.d.ts vendored
View File

@ -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;