Medium / medium-wordpress-plugin

The official WordPress plugin for cross-posting to Medium.
https://medium.com
Apache License 2.0
210 stars 40 forks source link

if post_date is within fifteen minutes of current time, use Medium time #113

Closed huckphin closed 8 years ago

huckphin commented 8 years ago

Hello @amyquispe, @benmedium, @mikkot,

Please review the following commits I made in branch 'huckphin/fix-cross-post'.

e77628e2b9d19832800ec8c69e737b914ac303a1 (2016-07-28 13:50:07 -0700) if post_date is within fifteen minutes of current time, use Medium time There were reports of publishing with a cross-post failing. It turns out that if you are even a second ahead of the Medium servers, the post will fail to cross-post due to "posting in the future". If the post_date is within 15 minutes of current time, remove the "publishedAt" attribute in the POST body, and just use Medium server time for the actual post datetime.

Fixes https://github.com/Medium/medium-wordpress-plugin/issues/106

R=@amyquispe R=@benmedium R=@mikkot

amyquispe commented 8 years ago

lgtm