FEATURE: add bumped_before query param for topic list

This commit is contained in:
Sam
2017-03-02 15:11:38 -05:00
parent ca20cb9941
commit abc4dff0fe
2 changed files with 9 additions and 1 deletions
@@ -8,7 +8,8 @@ export const queryParams = {
max_posts: { replace: true, refreshModel: true },
q: { replace: true, refreshModel: true },
tags: { replace: true },
before: { replace: true, refreshModel: true}
before: { replace: true, refreshModel: true},
bumped_before: { replace: true, refreshModel: true}
};
// Basic controller options