Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Decode url-encoded slug before comparing (#157)
Tumblr allows for slugs that contain non url safe characters meaning that they will get URL encoded. However, when we compare the given slug against the post's actual slug a correct slug will return a false equality check due to it being URL encoded. Thus we need to decode the url before comparing
- Loading branch information