Use author-declared URL as URI

Will make brid.gy work better, for example.
This commit is contained in:
Stephen Paul Weber 2015-10-23 18:41:00 +00:00
parent fa1e4620cf
commit 6aba21fcd8
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ function linkback_notice($source, $notice_or_user, $entry, $author, $mf2) {
$options = array('is_local' => Notice::REMOTE,
'url' => $entry['url'][0],
'uri' => $source,
'uri' => $entry['url'][0],
'rendered' => $rendered,
'replies' => array(),
'groups' => array(),