-
-
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(backend): URLをデコードしてからリクエストを送信するように #15015
base: develop
Are you sure you want to change the base?
Conversation
このPRによるapi.jsonの差分 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #15015 +/- ##
===========================================
- Coverage 39.96% 39.86% -0.10%
===========================================
Files 1563 1563
Lines 197744 197746 +2
Branches 3631 3630 -1
===========================================
- Hits 79027 78832 -195
- Misses 118112 118307 +195
- Partials 605 607 +2 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
APIの実装側はパラメータがエンコードされて送られてきているといった知識を持つべきではないから、HTTPについて関心を持つAPI実装を呼び出す側でハンドリングするのが良さそうです |
|
HttpRequestService側で処理するように変更しました。意図していたものとは異なる可能性もありますが...
#15015 (comment) |
Merge branch 'misskey-dev:develop' into develop
What
Fix #15014
Why
現状はURLがデコードされていないのでリクエストに失敗してRSSが取得できないため
Additional info (optional)
該当するPRが含まれたリリースがまだされていないので)変更していません (これが取り込まれる前にリリースされたら一応CHANGELOGも書いておきますやりました)Checklist