Matthias Pfefferle
Matthias Pfefferle
@snarfed and you still have the issue?
But I checked the whole code, this can't work! Can you check for filters you maybe use somewhere?
I Even checked the cache and it is bypassed by the setting!
This is a bit more complex, now that fed.brid.gy also sends ActivityPub types, like "Follow".
@snarfed Can you share an example URL?
Do you maybe also have the URL causes the crash?
can you elaborate on that a bit? what is the specific usecase?
Oh now I see! Do you think we could simply use the setting to handle both ways at the same time? Is there a case you want to send but...
@snarfed have you tried to unhook `add_action( 'publish_' . $post_type, array( static::class, 'publish_hook' ), 3 );`??? Like for example `remove_action( 'publish_page', array( \Webmention\Sender::class, 'publish_hook' ), 3 );`
Maybe we could simply use https://developer.wordpress.org/reference/functions/make_clickable/