Matthias Pfefferle
Matthias Pfefferle
Hey @hardillb 👋 Have checked if you have some blocking WP_Crons in your queue?
Could there be a race condition? Was there someone following that account when you published the post?
and you have enabled "Blog-Profile" and "Author-Profiles" in the settings?
Do you use caching plugins?
Maybe this is the problem. W3 Total Cache has some issues with content negotiation: https://github.com/Automattic/wordpress-activitypub/wiki/Caching
Only an assumption! It seems like a random thing (it worked one time) and that's why I assume the caching. When a caching plugin does not support content negotiation, it...
And as I said, we also try to work against that issue: https://github.com/Automattic/wordpress-activitypub/pull/894
Oh yes, it's always the page cache, because it could cache the wrong representation, if it does not use different buckets based on the accept header. Sorry if I was...
@harcesz the plugin sends the post asynchronously through wp-cron. Maybe you can check how often this will be triggered!?!
The number you see on mastodon has not much to do with the actual posts that show up there! Mastodon can get the number of post from an API. One...