From 1e8ef4bb7215417d425bb48cb2bec06f49e49bfc Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Sun, 2 Feb 2025 19:15:03 +0100 Subject: Improve notifications: notificationName (#7287) * notificationID * 3 first examples * fix * notificationID -> notificationName * Update lib/Minz/Request.php Co-authored-by: Alexandre Alapetite --------- Co-authored-by: Alexandre Alapetite --- app/Controllers/entryController.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/Controllers/entryController.php') diff --git a/app/Controllers/entryController.php b/app/Controllers/entryController.php index 4c88225c0..8cabce82d 100644 --- a/app/Controllers/entryController.php +++ b/app/Controllers/entryController.php @@ -189,7 +189,8 @@ class FreshRSS_entry_Controller extends FreshRSS_ActionController { 'c' => 'index', 'a' => 'index', 'params' => $params, - ] + ], + 'readAction' ); } } -- cgit v1.2.3