- Affected version
- 2.1.2
\XF\Attachment\Post
does implement getContainerWith()
, which is great as this allows to get all the necessary data to check permissions on attachmens for a certain content type in one query.\XFMG\Attachment\Media
however does not implement this method which is a bit unfortunate as this does cause additional queries to get category/album information when calling $attachment->canView()
.It would be nice if this method could be implemented.