vipickering / mastr-cntrl

A Micropub Microservice
MIT License
26 stars 2 forks source link

Webmentions are trying to update and failing #76

Closed vipickering closed 5 years ago

vipickering commented 5 years ago

Because I am not updating github entries, only writing new ones I am erroring a lot in the console.

Fix the errors, but getting the current SHA first before writing.

Also check the action on Micropub and look for "update"

vipickering commented 5 years ago

Looked in to this extensively.

The only place that is trying to update a webmention (currently) is swarm. It sends me a webmention to add, then a few seconds later another exact copy but as an update. I suspect it sends 2 in case you don't support one of the options. Either way, I can delay adding this functionality until I have a real use-case.