From 4b6127ee04229ac64d74076933e800601df884c0 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 13 Dec 2025 11:38:33 +0100 Subject: New links in transitions and jump to next transition (#8294) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Easier to explain graphically: image The jump to next section ⏭ works when the sorting criterion is a date. Need https://github.com/FreshRSS/FreshRSS/pull/8293 --- lib/Minz/Request.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/Minz/Request.php b/lib/Minz/Request.php index 0e8dc28d0..8667c6442 100644 --- a/lib/Minz/Request.php +++ b/lib/Minz/Request.php @@ -214,6 +214,7 @@ class Minz_Request { if (null !== $extraParams) { $currentRequest['params'] = array_merge($currentRequest['params'], $extraParams); } + unset($currentRequest['params']['rid']); return $currentRequest; } -- cgit v1.2.3