Don't display the "follow/unfollow" vcard-link on pages meant for follow/unfollow

This commit is contained in:
Michael 2024-04-06 08:28:32 +00:00
parent ad65e56b16
commit 8b75aab4ad
4 changed files with 6 additions and 5 deletions

View file

@ -118,7 +118,7 @@ class RemoteFollow extends BaseModule
protected function content(array $request = []): string
{
$this->page['aside'] = Widget\VCard::getHTML($this->owner);
$this->page['aside'] = Widget\VCard::getHTML($this->owner, false, true);
$target_addr = $this->owner['addr'];
$target_url = $this->owner['url'];