diff options
author | Sean Allred <code@seanallred.com> | 2014-11-27 12:57:25 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-27 12:57:25 -0500 |
commit | 2576521ee0ecb2831356fb21c9eb4698832d82cc (patch) | |
tree | 1a8b112503e49732f6f8efd4c5b303ae0e8a9da5 /sx-favorites.el | |
parent | d5a68d158bb9a73dcf3cb6ee178422173f6023af (diff) | |
parent | 686ff49e2f9ec57e7c5a712f7e934fa9f7099b0d (diff) |
Merge branch 'master' into hotfix
Diffstat (limited to 'sx-favorites.el')
-rw-r--r-- | sx-favorites.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sx-favorites.el b/sx-favorites.el index aaf2734..d957167 100644 --- a/sx-favorites.el +++ b/sx-favorites.el @@ -52,7 +52,8 @@ Added as hook to initialization." (defun sx-favorites--retrieve-favorites (site) "Obtain list of starred QUESTION_IDs for SITE." (sx-method-call 'me - :submethod (format "favorites?site=%s" site) + :submethod 'favorites + :site site :filter sx-favorite-list-filter :auth t)) |