mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: allow min_posts to be automatically passed (#16042)
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user