mirror of
https://github.com/friendica/friendica
synced 2025-04-27 20:30:13 +00:00
Found some more follow-links
This commit is contained in:
parent
b5d01337d9
commit
87291e30a4
6 changed files with 8 additions and 11 deletions
|
@ -401,7 +401,7 @@ class Item
|
|||
|
||||
if ((($cid == 0) || ($rel == Contact::FOLLOWER)) &&
|
||||
in_array($item['network'], Protocol::FEDERATED)) {
|
||||
$menu[$this->l10n->t('Connect/Follow')] = 'follow?url=' . urlencode($item['author-link']) . '&auto=1';
|
||||
$menu[$this->l10n->t('Connect/Follow')] = 'contact/follow?url=' . urlencode($item['author-link']) . '&auto=1';
|
||||
}
|
||||
} else {
|
||||
$menu = [$this->l10n->t('View Profile') => $item['author-link']];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue