Loading patches/011-privacy-settings.patch +2 −4 Original line number Diff line number Diff line Loading @@ -41,13 +41,11 @@ This patch removes certain unnecessary sections from the "privacy" section in pe --- ./apps/privacy/lib/Controller/PersonalController.php 2024-08-01 12:57:29 +0530 +++ ./apps/privacy/lib/Controller/PersonalController-new.php 2024-08-01 12:57:03 +0530 @@ -87,7 +87,7 @@ 'internal' => false, @@ -88,6 +88,7 @@ ]; } - + $uids = []; return new JSONResponse($uids, Http::STATUS_OK); } } \ No newline at end of file Loading
patches/011-privacy-settings.patch +2 −4 Original line number Diff line number Diff line Loading @@ -41,13 +41,11 @@ This patch removes certain unnecessary sections from the "privacy" section in pe --- ./apps/privacy/lib/Controller/PersonalController.php 2024-08-01 12:57:29 +0530 +++ ./apps/privacy/lib/Controller/PersonalController-new.php 2024-08-01 12:57:03 +0530 @@ -87,7 +87,7 @@ 'internal' => false, @@ -88,6 +88,7 @@ ]; } - + $uids = []; return new JSONResponse($uids, Http::STATUS_OK); } } \ No newline at end of file