[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/mastodon 308e70c4e6 10/76: auth: user-error not error in g
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/mastodon 308e70c4e6 10/76: auth: user-error not error in get-token |
Date: |
Sun, 30 Mar 2025 13:01:42 -0400 (EDT) |
branch: elpa/mastodon
commit 308e70c4e6ddf78704bfc046a2ea618a969586ed
Author: marty hiatt <martianhiatus@disroot.org>
Commit: marty hiatt <martianhiatus@disroot.org>
auth: user-error not error in get-token
---
lisp/mastodon-auth.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/mastodon-auth.el b/lisp/mastodon-auth.el
index c10429c470..22b8c8428f 100644
--- a/lisp/mastodon-auth.el
+++ b/lisp/mastodon-auth.el
@@ -194,7 +194,7 @@ Generate/save token if none known yet."
;; `mastodon-active-user'. Make user aware and error out.
(mastodon-auth--show-notice mastodon-auth--user-unaware
"*mastodon-notice*")
- (error "Variables not set properly"))
+ (user-error "Variables not set properly"))
(t
;; user access-token needs to fetched from the server and
;; stored and variables initialised.
- [nongnu] elpa/mastodon 600f2574f9 15/76: move auth-source check up the cond, (continued)
- [nongnu] elpa/mastodon 600f2574f9 15/76: move auth-source check up the cond, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon fdc45a69f9 17/76: index update, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon ca7c3a814d 21/76: mastodon.el defvar token file, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 97a317da50 26/76: auth: amend auth source/plstore check error message #671., ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon c7bf5fec29 20/76: encrypt client secrets in plstore. remove mastodon-auth-encrypt-access-token. #669, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 36d56b7050 23/76: adjust return value of mastodon-client--store. #671, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 26b0368544 24/76: adjust error message re access token in two places, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 3743eb6299 32/76: http: use built-in url.el status function., ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon ab42aaf4c4 33/76: return val for --make-user-active, copy-seq for cl-remf, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon b92395439a 36/76: client: fetch -- handle instance response error, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 308e70c4e6 10/76: auth: user-error not error in get-token,
ELPA Syncer <=
- [nongnu] elpa/mastodon 7f3516e9d8 14/76: client: store token, revert to using full handle for plstore key., ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon a4f39adc80 16/76: auth: note re updates to auth-source file, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 2e3d9d97b1 19/76: autoload forget-all-logins, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 79104659e6 27/76: update user notice string for unset vars., ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 328a18f5b2 46/76: full image display: message bindings if multiple images. #666, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon f368ce2919 13/76: refactor stray plstore token check., ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon c4b024c2a7 18/76: readme re auth source tokens, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 8e3cb0fe2f 22/76: fix keyword typo. #671., ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 7988d26e29 28/76: client: add check to client--fetch., ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon e5be6639c1 30/76: client: reimplement badly written functions, ELPA Syncer, 2025/03/30