aboutsummaryrefslogtreecommitdiff
path: root/sx-auth.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2014-11-25 15:51:32 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2014-11-25 15:51:32 +0000
commit02ee06e2ac494cc599f69784ad9ad6166235a712 (patch)
tree5c8aa211d56798ef0b304937b6b010c1933d816e /sx-auth.el
parentddd4c4ed0387acd66d80004154835586f540dcd1 (diff)
Add elements to auth-filter-auth and browse-filter
Diffstat (limited to 'sx-auth.el')
-rw-r--r--sx-auth.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/sx-auth.el b/sx-auth.el
index 217da7d..2217b8b 100644
--- a/sx-auth.el
+++ b/sx-auth.el
@@ -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).")