Skip to content

Commit

Permalink
Change flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mpivchev committed Sep 19, 2024
1 parent e094bd9 commit 756ee2c
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 756ee2c

Please sign in to comment.