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
As part of #18321 and a follow up to #19635, let's make sure we can still moderate comments from emails. This means that we can hit a route like /comment/{ siteFragment }/{ commentId }?action={ approve | spam | trash | delete | edit } and we'll see a notice explaining what action has happened along with the normal comment information (content, history, permalink).
For right now we're going ahead with allowing Calypso to trigger requests from the client controller to do this. In the future we may chose to move more of this work to the server.
Some items to watch out for:
Timing Issues (with how much data is available)
Please discuss to finalize the expected route patterns
Make sure that the comment is re-rendered and some notice is given.
Edit is a special case, and when this action param is provided, we render the comment in edit mode.
As part of #18321 and a follow up to #19635, let's make sure we can still moderate comments from emails. This means that we can hit a route like
/comment/{ siteFragment }/{ commentId }?action={ approve | spam | trash | delete | edit }
and we'll see a notice explaining what action has happened along with the normal comment information (content, history, permalink).For right now we're going ahead with allowing Calypso to trigger requests from the client controller to do this. In the future we may chose to move more of this work to the server.
Some items to watch out for:
Items:
The text was updated successfully, but these errors were encountered: