branch: elpa/mastodon commit a4f39adc80bf21e90e9d8f9b939aa9e442f30711 Author: marty hiatt <martianhia...@disroot.org> Commit: marty hiatt <martianhia...@disroot.org>
auth: note re updates to auth-source file --- lisp/mastodon-auth.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/mastodon-auth.el b/lisp/mastodon-auth.el index 557c07a52e..3af992768a 100644 --- a/lisp/mastodon-auth.el +++ b/lisp/mastodon-auth.el @@ -65,7 +65,11 @@ If t, save and read user access token in the user's auth source file (see `auth-sources'). If nil, use `mastodon-client--token-file' instead. If you change the value of this variable, call -`mastodon-forget-all-logins' and log in again." +`mastodon-forget-all-logins' and log in again. +If for some reason you generate a new token, you'll have to update your +auth souce file manually, or at least remove the entry and authenticate +again, as auth-source.el only provides unreliable tools for updating +entries." :type 'boolean) ;; FIXME: remove this! either we auth-source encrypt or plstore encrypt.