You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 'Like' link from email has the format of https://public-api.wordpress.com/bar with a lot of parameters.
The Jetpack app does not handle /bar routes, so it is expected for the user to visit Safari first.
The redirect_to parameter contains the value of https://<site-name>.wordpress.com/:yyyy/:mm/:dd/:slug, which is essentially a Reader Post link with some additional parameters embedded to it. Notable parameters in the link are like_actor, like_hmac, postid, like, and user.
We currently do not handle these parameters, although we do keep the parameters accessible throughout the session. For reference, the entry point for this URL is from this ReaderRoute handler, and the URL is passed off to the ReaderDetailCoordinator.
Refs p1702389743118429-slack-C0180B5PRJ4
Expected behavior
After tapping the Like link from a WP.com Post email notification, the post should be Liked.
Actual behavior
The post opens in Jetpack, but not Liked.
Steps to reproduce the behavior
Tested on any device, any supported version, Jetpack iOS 23.8
The text was updated successfully, but these errors were encountered: