aboutsummaryrefslogtreecommitdiff
path: root/sx-favorites.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-11-27 13:03:33 -0500
committerSean Allred <code@seanallred.com>2014-11-27 13:03:33 -0500
commita8e882d99a037075595260dc74fad0fb67c69d81 (patch)
treed7af1f664e11d338b5d3cd6090dfa2c9e309b955 /sx-favorites.el
parent92ec323425057284de93c90b7ae0e8f5e96611b6 (diff)
parentde0f242552610ed2dcca537bd9843c4d798bfc8f (diff)
Merge branch 'master' into issue-100
Diffstat (limited to 'sx-favorites.el')
-rw-r--r--sx-favorites.el3
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))