diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-25 15:51:32 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-25 15:51:32 +0000 |
commit | 02ee06e2ac494cc599f69784ad9ad6166235a712 (patch) | |
tree | 5c8aa211d56798ef0b304937b6b010c1933d816e | |
parent | ddd4c4ed0387acd66d80004154835586f540dcd1 (diff) |
Add elements to auth-filter-auth and browse-filter
-rw-r--r-- | sx-auth.el | 5 | ||||
-rw-r--r-- | sx.el | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -72,7 +72,10 @@ If all SUBMETHODS require auth or there are no submethods, form will be (METHOD . t)") (defvar sx-auth-filter-auth '(question.upvoted - question.downvoted) + question.downvoted + answer.upvoted + answer.downvoted + comment.upvoted) "List of filter types that require auth. Keywords are of form (OBJECT TYPES) where TYPES is (FILTER FILTER FILTER).") @@ -69,6 +69,8 @@ answer.link answer.owner answer.body_markdown + answer.upvoted + answer.downvoted answer.comments) (user.profile_image shallow_user.profile_image)) "The filter applied when retrieving question data. |