diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-25 20:55:10 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-25 20:55:10 +0000 |
commit | ecaf2877f88fbf77202ee5ab30c55831ff27c24d (patch) | |
tree | 9f06e26957a4182c0e62b84a88c66e00af5208d8 | |
parent | 1457f2211ca001604dc22be6af463dcb33459a74 (diff) |
Add ids to filter
-rw-r--r-- | sx.el | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -56,6 +56,7 @@ question.link question.upvoted question.downvoted + question.question_id user.display_name comment.owner comment.body_markdown @@ -65,6 +66,10 @@ comment.creation_date comment.upvoted comment.score + comment.post_type + comment.post_id + comment.comment_id + answer.answer_id answer.last_editor answer.link answer.owner |