@pfefferle Hi, I tried to make a quick activitypub_extract_mentions filter which just added myself to the list and returned it, like:
$mentions['@rene'] = 'https://mastodon.social/users/rene';
return $mentions;
It wasn't enough. Does there have to be a HTML link in the text of the toot too?