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

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

fix: patch-018 for nc32 upgrade

parent d3c54357
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -4,8 +4,8 @@ Subject: [PATCH] Triggers user changed event when quota is updated via occ comma

This patch triggers a user changed event when quota is updated via the occ command

--- ./core/Command/User/Setting.php	2022-07-05 14:53:54.093230637 +0530
+++ ./core/Command/User/Setting-new.php	2022-07-05 21:24:11.654134876 +0530
--- ./core/Command/User/Setting.php	2026-03-13 18:50:33.263437372 +0600
+++ ./core/Command/User/Setting-new.php	2026-03-24 09:45:49.964746450 +0600
@@ -16,6 +16,8 @@
 use Symfony\Component\Console\Input\InputInterface;
 use Symfony\Component\Console\Input\InputOption;
@@ -15,7 +15,7 @@ This patch triggers a user changed event when quota is updated via the occ comma
 
 class Setting extends Base {
 	public function __construct(
@@ -174,6 +176,11 @@
@@ -175,6 +177,11 @@
 				}
 
 				$this->config->setUserValue($uid, $app, $key, $input->getArgument('value'));