aboutsummaryrefslogtreecommitdiff
path: root/sx-networks.el
diff options
context:
space:
mode:
Diffstat (limited to 'sx-networks.el')
-rw-r--r--sx-networks.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/sx-networks.el b/sx-networks.el
index 6820e11..f5aa9f5 100644
--- a/sx-networks.el
+++ b/sx-networks.el
@@ -63,10 +63,11 @@ If cache is not available, retrieve current data."
Sets cache and then uses `sx-network--get-associated' to update
the variables."
(sx-cache-set 'network-user
- (sx-method-call "me/associated"
- '((types . (main_site meta_site)))
- sx-network--user-filter
- 'warn))
+ (sx-method-call 'me
+ :submethod 'associated
+ :keywords '((types . (main_site meta_site)))
+ :filter sx-network--user-filter
+ :auth t))
(sx-network--get-associated))
(defun sx-network--initialize ()