From abbe9618e2b2850bd15f1b8b86614a7ee3099f13 Mon Sep 17 00:00:00 2001 From: Milen Pivchev Date: Thu, 19 Sep 2024 16:53:21 +0200 Subject: [PATCH] Change flag Signed-off-by: Milen Pivchev --- lib/Controller/APIv2Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Controller/APIv2Controller.php b/lib/Controller/APIv2Controller.php index 4006d3dbe..db3bef596 100644 --- a/lib/Controller/APIv2Controller.php +++ b/lib/Controller/APIv2Controller.php @@ -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,