mirror of
https://github.com/friendica/friendica
synced 2025-04-25 23:50:11 +00:00
Use MagicLinkbyId when possible
This commit is contained in:
parent
8a34895a23
commit
723b5ae803
5 changed files with 13 additions and 12 deletions
|
@ -196,7 +196,7 @@ class Term
|
|||
|
||||
$orig_tag = $tag["url"];
|
||||
|
||||
$tag["url"] = Contact::magicLink($item['author-link'], $tag['url']);
|
||||
$tag["url"] = Contact::magicLinkById($item['author-id'], $tag['url']);
|
||||
|
||||
if ($tag["type"] == TERM_HASHTAG) {
|
||||
if ($orig_tag != $tag["url"]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue