From 02ee06e2ac494cc599f69784ad9ad6166235a712 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Tue, 25 Nov 2014 15:51:32 +0000 Subject: Add elements to auth-filter-auth and browse-filter --- sx-auth.el | 5 ++++- sx.el | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) 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).") diff --git a/sx.el b/sx.el index 917ad5b..82462ae 100644 --- a/sx.el +++ b/sx.el @@ -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. -- cgit v1.2.3