From 582091a698a8819f554b8e8e7af897414a4406b5 Mon Sep 17 00:00:00 2001 From: Kris Date: Wed, 23 Feb 2022 20:06:17 -0500 Subject: [PATCH] DEV: allow min_posts to be automatically passed (#16042) --- .../javascripts/discourse/app/controllers/discovery-sortable.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/javascripts/discourse/app/controllers/discovery-sortable.js b/app/assets/javascripts/discourse/app/controllers/discovery-sortable.js index 1cb557d92ed..175ead1a49a 100644 --- a/app/assets/javascripts/discourse/app/controllers/discovery-sortable.js +++ b/app/assets/javascripts/discourse/app/controllers/discovery-sortable.js @@ -8,6 +8,7 @@ export const queryParams = { state: { replace: true, refreshModel: true }, search: { replace: true, refreshModel: true }, max_posts: { replace: true, refreshModel: true }, + min_posts: { replace: true, refreshModel: true }, q: { replace: true, refreshModel: true }, before: { replace: true, refreshModel: true }, bumped_before: { replace: true, refreshModel: true },