From 1457f9f5cd435d395b474e1cdc0949e387e0665c Mon Sep 17 00:00:00 2001 From: Johnson Denen Date: Fri, 7 Apr 2017 13:05:21 -0400 Subject: Add follow scope --- lisp/mastodon-auth.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/mastodon-auth.el') diff --git a/lisp/mastodon-auth.el b/lisp/mastodon-auth.el index dad62dd..86665f3 100644 --- a/lisp/mastodon-auth.el +++ b/lisp/mastodon-auth.el @@ -29,7 +29,7 @@ (setq mastodon--client-plist `(:client_id ,(gethash "client_id" client-data) :client_secret ,(gethash "client_secret" client-data))))) '(("client_name" . "mastodon.el") ("redirect_uris" . "urn:ietf:wg:oauth:2.0:oob") - ("scopes" . "read write")))) + ("scopes" . "read write follow")))) (defun mastodon--store-access-token-file () (let ((plstore (plstore-open mastodon-token-file))) -- cgit v1.2.3