don't double-url-encode rss urls
What does this MR do?
url.searchParams.set()
already encodes the values passed!
(this is a partial revert of 0472d43e, the change in statusbar-rss.vue
was correct)
@kakkokari-gtyih you probably want to cherry-pick this: the rss reader in the status bar works fine, the widgets don't, because they get something like https%3A%2F%2Flobste.rs%2Frss
instead of https://lobste.rs/rss
Contribution Guidelines
By submitting this merge request, you agree to follow our Contribution Guidelines
-
I agree to follow this project's Contribution Guidelines -
I have made sure to test this merge request
Merge request reports
Activity
Filter activity
requested review from @CenTdemeern1, @Marie, @tess, and @kakkokari-gtyih
mentioned in commit 771fcf00
Thank you - I had been looking into this issue personally and had missed that!
This will be upstreamed by this PR: https://github.com/misskey-dev/misskey/pull/15272
mentioned in issue #875 (closed)
Please register or sign in to reply