Skip to content

Commit

Permalink
Merge pull request #1796 from nextcloud/backport/1793/stable30
Browse files Browse the repository at this point in the history
[stable30] Remove requiring PNG for iOS
  • Loading branch information
artonge authored Sep 20, 2024
2 parents ac553f5 + 3929f68 commit 2ce0ace
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 @@ -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

0 comments on commit 2ce0ace

Please sign in to comment.