aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnson Denen <johnson.denen@gmail.com>2017-04-07 13:05:21 -0400
committerjdenen <Johnson.Denen@ascenaretail.com>2017-04-09 08:55:29 -0400
commit1457f9f5cd435d395b474e1cdc0949e387e0665c (patch)
tree0d0f782d6915de69c03da7ef8beb3d0c82eb3395
parent54263c53842c8d68e587e5b5d79e14681698b00b (diff)
Add follow scope
-rw-r--r--lisp/mastodon-auth.el2
1 files changed, 1 insertions, 1 deletions
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)))