aboutsummaryrefslogtreecommitdiff
path: root/sx-question.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2014-11-13 15:45:02 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2014-11-13 15:45:02 +0000
commit6aaa87a1f8c169bd7fa744e96b8729cd196ed07f (patch)
tree39b2a8081ebaf5cbef46ed177c001d47889f81d8 /sx-question.el
parent70469eb3e31223606fa141dd4deb7684d8a09977 (diff)
Comments
Diffstat (limited to 'sx-question.el')
-rw-r--r--sx-question.el9
1 files changed, 8 insertions, 1 deletions
diff --git a/sx-question.el b/sx-question.el
index 59d5ded..69a4d7f 100644
--- a/sx-question.el
+++ b/sx-question.el
@@ -32,7 +32,14 @@
(defvar sx-question-browse-filter
'((question.body_markdown
question.comments
- question.answers
+ question.answers
+ question.last_editor
+ user.display_name
+ comment.owner
+ comment.body_markdown
+ comment.body
+ answer.last_editor
+ answer.owner
answer.body_markdown
answer.comments)
(user.profile_image shallow_user.profile_image)))