mirror of
https://github.com/friendica/friendica
synced 2025-04-27 17:10:10 +00:00
Don't display the "follow/unfollow" vcard-link on pages meant for follow/unfollow
This commit is contained in:
parent
ad65e56b16
commit
8b75aab4ad
4 changed files with 6 additions and 5 deletions
|
@ -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'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue