Skip to content

Commit

Permalink
Merge abbe961 into c24beb6
Browse files Browse the repository at this point in the history
  • Loading branch information
backportbot[bot] authored Sep 20, 2024
2 parents c24beb6 + abbe961 commit 41f4f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Controller/APIv2Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,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

0 comments on commit 41f4f6c

Please sign in to comment.