Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8a19fe0 authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

fix: patch-011 for nc32 upgrade

parent e17046e4
Loading
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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