wip
This commit is contained in:
parent
d9aac112d3
commit
3924a9e494
|
@ -18,6 +18,10 @@
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
- API: users/notes, notes/local-timeline で fileType 指定はできなくなりました
|
- API: users/notes, notes/local-timeline で fileType 指定はできなくなりました
|
||||||
|
- API: notes/global-timeline は現在常に `[]` を返します
|
||||||
|
|
||||||
|
### General
|
||||||
|
- ソフトワードミュートとハードワードミュートは統合されました
|
||||||
|
|
||||||
### Server
|
### Server
|
||||||
- タイムライン取得時のパフォーマンスを改善
|
- タイムライン取得時のパフォーマンスを改善
|
||||||
|
|
|
@ -1719,11 +1719,6 @@ export interface Locale {
|
||||||
"muteWords": string;
|
"muteWords": string;
|
||||||
"muteWordsDescription": string;
|
"muteWordsDescription": string;
|
||||||
"muteWordsDescription2": string;
|
"muteWordsDescription2": string;
|
||||||
"softDescription": string;
|
|
||||||
"hardDescription": string;
|
|
||||||
"soft": string;
|
|
||||||
"hard": string;
|
|
||||||
"mutedNotes": string;
|
|
||||||
};
|
};
|
||||||
"_instanceMute": {
|
"_instanceMute": {
|
||||||
"instanceMuteDescription": string;
|
"instanceMuteDescription": string;
|
||||||
|
|
Loading…
Reference in New Issue