DEV: allow min_posts to be automatically passed (#16042)

This commit is contained in:
Kris
2022-02-23 20:06:17 -05:00
committed by GitHub
parent 8cb344ddde
commit 582091a698

View File

@@ -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 },