From 37c0397bf76284aaef20949d50721b7d5fefc259 Mon Sep 17 00:00:00 2001
From: marty hiatt <martianhiatus [a t] riseup [d o t] net>
Date: Sat, 18 Feb 2023 18:32:06 +0100
Subject: make auth--get-account-name silent

---
 lisp/mastodon-auth.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lisp/mastodon-auth.el b/lisp/mastodon-auth.el
index 3de2901..788fa77 100644
--- a/lisp/mastodon-auth.el
+++ b/lisp/mastodon-auth.el
@@ -221,7 +221,9 @@ Handle any errors from the server."
    'acct
    (mastodon-http--get-json
     (mastodon-http--api
-     "accounts/verify_credentials"))))
+     "accounts/verify_credentials")
+    nil
+    :silent)))
 
 (defun mastodon-auth--get-account-id ()
   "Request user credentials and return an account name."
-- 
cgit v1.2.3