Found some more follow-links

This commit is contained in:
Philipp 2022-10-31 19:10:30 +01:00
parent b5d01337d9
commit 87291e30a4
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
6 changed files with 8 additions and 11 deletions

View file

@ -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']];