diff options
-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 3902a39..eb5b8a3 100644 --- a/stack-question.el +++ b/stack-question.el @@ -28,9 +28,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 |