diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-03 00:45:43 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-03 00:45:43 +0000 |
commit | 8329e6ade8d250f5af3502346a9772f3804f0738 (patch) | |
tree | de26258bd492cbf4e96ce6f31012cae4549937bb /stack-question.el | |
parent | a8e752a0454e6ce20162a741dd967ed64380225b (diff) | |
parent | 0ecf1dcfb01be97e0d98416dc8e0e2bc1664daeb (diff) |
Merge branch 'master' into UI-first-attempt
Diffstat (limited to 'stack-question.el')
-rw-r--r-- | stack-question.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/stack-question.el b/stack-question.el index 84f2367..10ff1fc 100644 --- a/stack-question.el +++ b/stack-question.el @@ -29,9 +29,12 @@ (require 'stack-filter) (defvar stack-question-browse-filter - (stack-filter-compile nil + (stack-filter-compile + nil '(user.profile_image shallow_user.profile_image))) +(stack-filter-store 'question-browse stack-question-browse-filter) + (defun stack-question-get-questions (site &optional page) "Get the page PAGE of questions from SITE." (stack-core-make-request |