aboutsummaryrefslogtreecommitdiff
path: root/sx-question.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-11-12 22:29:47 -0500
committerSean Allred <code@seanallred.com>2014-11-12 22:29:47 -0500
commit85b9b8d2b392210f350af5f7cc96456d0c2002cb (patch)
tree502c7cf09597515e7f640361a04a580443cd9faa /sx-question.el
parentc7775348c2a83e727ec53e104aa4fd6530465f3c (diff)
Pull in question body
Added this field to the filter as well.
Diffstat (limited to 'sx-question.el')
-rw-r--r--sx-question.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-question.el b/sx-question.el
index 0142929..5aab158 100644
--- a/sx-question.el
+++ b/sx-question.el
@@ -30,7 +30,7 @@
(require 'sx-method)
(defvar sx-question-browse-filter
- '(nil (user.profile_image shallow_user.profile_image)))
+ '(question.body_markdown (user.profile_image shallow_user.profile_image)))
(defun sx-question-get-questions (site &optional page)
"Get the page PAGE of questions from SITE."