Skip to content

Commit

Permalink
Change flag
Browse files Browse the repository at this point in the history
Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
  • Loading branch information
mpivchev authored and backportbot[bot] committed Sep 20, 2024
1 parent c24beb6 commit abbe961
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 abbe961

Please sign in to comment.