branch: elpa/mastodon commit 8e3cb0fe2fe12afc155c438130a0ba05215644e2 Author: marty hiatt <martianhia...@disroot.org> Commit: marty hiatt <martianhia...@disroot.org>
fix keyword typo. #671. --- lisp/mastodon-client.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mastodon-client.el b/lisp/mastodon-client.el index d6f1b6cde8..85bcf6f03e 100644 --- a/lisp/mastodon-client.el +++ b/lisp/mastodon-client.el @@ -181,7 +181,7 @@ from the user's auth source file and add it to the active user entry." (if mastodon-auth-use-auth-source (mastodon-auth-source-token mastodon-instance-url handle) (plist-get user-details :access_token))) - (secrets `( :access-token ,token + (secrets `( :access_token ,token :client_id ,(plist-get user-details :client_id) :client_secret ,(plist-get user-details :client_secret))) (sans-secrets