Merge pull request #10092 from annando/fix-pleroma-mention

Fix the display of mentions on Pleroma
This commit is contained in:
Hypolite Petovan 2021-03-28 02:21:02 -04:00 committed by GitHub
commit 992ffcc720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1330,7 +1330,7 @@ class Transmitter
return $match[0];
}
return '[url=' . ($data['alias'] ?: $data['url']) . ']@' . $data['nick'] . '[/url]';
return '[url=' . $data['url'] . ']@' . $data['nick'] . '[/url]';
}
/**