Link to attachment page instead of big-ass image

This commit is contained in:
Mikael Nordfeldth
2016-05-01 11:26:28 +02:00
parent e4f688fcfd
commit 7aa9a69c2f
3 changed files with 8 additions and 3 deletions

View File

@@ -491,7 +491,7 @@ class ActivityObject
$object->type = self::mimeTypeToObjectType($file->mimetype);
$object->id = TagURI::mint(sprintf("file:%d", $file->id));
$object->link = common_local_url('attachment', array('attachment' => $file->id));
$object->link = $file->getAttachmentUrl();
if ($file->title) {
$object->title = $file->title;