diff options
author | Sean Allred <code@seanallred.com> | 2014-11-25 21:45:02 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-25 21:45:02 -0500 |
commit | 56c95d4670f97c66e9cfcf52b6209f954a284b21 (patch) | |
tree | f8194cb92706ba8b8ced30766989d5b8ccb52de7 /sx-auth.el | |
parent | 49a68e2c95dd72871a232e2601088c375a6b154f (diff) | |
parent | 3a13169bb9b02a4f5935d992e603f53115ddf3dd (diff) |
Merge pull request #93 from vermiculus/voting
Voting
Diffstat (limited to 'sx-auth.el')
-rw-r--r-- | sx-auth.el | 5 |
1 files changed, 4 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).") |