This commit is contained in:
James Cole
2025-08-07 19:59:02 +02:00
parent 579fe81616
commit f76b27a73d
3 changed files with 6 additions and 1 deletions

View File

@@ -136,6 +136,7 @@ class ShowController extends Controller
->setAccounts(new Collection([$account]))
->setLimit($pageSize)
->setPage($page)
->withAttachmentInformation()
->withAPIInformation()
->setRange($start, $end)
;