Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Change flag
Signed-off-by: Milen Pivchev <[email protected]>
  • Loading branch information
mpivchev authored and backportbot[bot] committed Sep 20, 2024
commit 3929f683339887908282a2e65e39f9988744024f
2 changes: 1 addition & 1 deletion lib/Controller/APIv2Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ protected function get($filter, $since, $limit, $previews, $filterObjectType, $f
return new DataResponse([], Http::STATUS_FORBIDDEN);
}

$this->activityManager->setRequirePNG($this->request->isUserAgent([IRequest::USER_AGENT_CLIENT_IOS]));
$this->activityManager->setRequirePNG(false);
try {
$response = $this->data->get(
$this->helper,
Expand Down