Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Fixed url decoding issue - URLs sent in emails containing a % can n…
…ow be updated(#20518) fixes https://linear.app/tryghost/issue/ENG-447/🐛-urls-sent-in-emails-containing-a-percent-can-not-be-updated URLs were decoded before making a search query to the db. This is the reason the `%2F` character gets converted to `/`. This decoding is not required.
- Loading branch information