-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: 実装されていなかったタイムラインの includeMyRenotes
includeRenotedMyNotes
includeLocalRenotes
オプションを削除
#13725
chore: 実装されていなかったタイムラインの includeMyRenotes
includeRenotedMyNotes
includeLocalRenotes
オプションを削除
#13725
Conversation
…includeLocalRenotes` オプションを削除
このPRによるapi.jsonの差分 差分はこちら--- base
+++ head
@@ -54925,18 +54925,6 @@
"type": "boolean",
"default": false
},
- "includeMyRenotes": {
- "type": "boolean",
- "default": true
- },
- "includeRenotedMyNotes": {
- "type": "boolean",
- "default": true
- },
- "includeLocalRenotes": {
- "type": "boolean",
- "default": true
- },
"withFiles": {
"type": "boolean",
"default": false
@@ -58038,18 +58026,6 @@
"type": "boolean",
"default": false
},
- "includeMyRenotes": {
- "type": "boolean",
- "default": true
- },
- "includeRenotedMyNotes": {
- "type": "boolean",
- "default": true
- },
- "includeLocalRenotes": {
- "type": "boolean",
- "default": true
- },
"withFiles": {
"type": "boolean",
"default": false
@@ -58617,18 +58593,6 @@
"type": "boolean",
"default": false
},
- "includeMyRenotes": {
- "type": "boolean",
- "default": true
- },
- "includeRenotedMyNotes": {
- "type": "boolean",
- "default": true
- },
- "includeLocalRenotes": {
- "type": "boolean",
- "default": true
- },
"withRenotes": {
"type": "boolean",
"default": true |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #13725 +/- ##
============================================
- Coverage 77.91% 66.46% -11.46%
============================================
Files 185 988 +803
Lines 25516 116179 +90663
Branches 487 5275 +4788
============================================
+ Hits 19882 77214 +57332
- Misses 5627 38934 +33307
- Partials 7 31 +24 ☔ View full report in Codecov by Sentry. |
FTT無効の場合は動作するから消すと問題がありそう |
フロント側で設定いなさそうです。全体を検索してヒットするのはバックエンド配下のソースのみでした。 |
サードパーティアプリは使ってることがありそう |
逆にFFTで実装する方で考えたほうがいい? |
そうねーけど難しいかも |
こちらで行くならPR閉じといたほうがわかりやすいかも |
そうですね |
What
FFTで実装されていない
includeMyRenotes
includeRenotedMyNotes
includeLocalRenotes
オプションを削除しましたWhy
動かないオプションが有るとアプリ開発者が混乱するだけだと思われる
Additional info (optional)
Checklist