GWGWhile waiting to write the next webmention PR went back to bookmarks....added a bulk action that allows you to select several bookmarks to turn into a digest post.
[pfefferle]Can you have a look and fix the WP-handler (and add the tests) in the simple request branch? Or do you prefer a dedicated PR for your change?
[metbril]I switched hosting providers and since notice that syndication links plugin is not working as expected. When I post a note and publish to twitter with bridgy, nothing happens. When I paste another note without publishing, the earlier note is sent to bridgy, and the backfeed sends a web mention to that post. What could be wrong / out of sync and how to fix this?
[metbril]Thing is, that the syndication links plugin sends to bridgy at the next post, and not at immediately when publishing the post. This was working yesterday with my previous host. I copied the database and files to the other host and experiencing issues since. Everything else looks good to me.
[metbril]Yesterday, when I published a post, I could immediately see the syndication link after publishing and then opening the new post from the admin panel.
[metbril]There's definitely something wrong with the database. I tried with the old copy of the installation on a different domain and a spare twitter account.
GWGThere was a time in the past I switched it to send on publish directly, but it created a problem because of things triggered on publish needing a second to finish first. Webmentions also triggers the same way
GWGNot really. We had similar problems sometimes with webmentions triggering in the same way. I suppose I could register a cleanup function that ran periodically, but it wouldn't run every few seconds.
[metbril]I'm still wondering if an export/import from a sql file could have caused this or if this has to do with my new webhoster and/or php settings.