don't show notice attachments in single-notice view
This commit is contained in:
parent
c39207b0f8
commit
9b65efd64d
|
@ -354,15 +354,6 @@ class SingleNoticeItem extends DoFollowListItem
|
||||||
$this->showEnd();
|
$this->showEnd();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* For our zoomed-in special case we'll use a fuller list
|
|
||||||
* for the attachment info.
|
|
||||||
*/
|
|
||||||
function showNoticeAttachments() {
|
|
||||||
$al = new AttachmentList($this->notice, $this->out);
|
|
||||||
$al->show();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* show the avatar of the notice's author
|
* show the avatar of the notice's author
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user