-
-
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
fix: noteを取得する系のAPIでデフォルトでリプライが含まれないようになる破壊的変更を修正 #11950
Conversation
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #11950 +/- ##
===========================================
- Coverage 79.00% 78.94% -0.07%
===========================================
Files 928 929 +1
Lines 99089 99194 +105
Branches 7913 7883 -30
===========================================
+ Hits 78289 78308 +19
- Misses 20800 20886 +86
☔ View full report in Codecov by Sentry. |
デフォルトでリプライは含まれない方が自然なのと、#11946で一部そもそもwithRepliesが消える(リプライが含まれるタイムラインは取得できなくなる)ので現状のままで良いかも |
|
他人へのリプライも表示されてるべきだとは思いますが、とくに自分へのリプライは表示されてるほうが自然だと思います。 |
それはwithReplies関係なく表示される仕様ですね |
#11946 で直ってるかも |
API内部の条件式として |
リプライを含むかどうかはAPIのパラメータではなくフォローもしくはリストのメンバーごとに設定できるようになりました 🙏🏻 |
👍 良さそうです |
What
eb740e2 で行われたデフォルト動作の破壊的変更を戻します
Why
Additional info (optional)
Checklist