aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon.el
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2021-05-14 12:00:25 +0200
committermousebot <mousebot@riseup.net>2021-05-14 12:00:25 +0200
commit5ea4b715d022e5a4ccff47d4874ee171aa7af522 (patch)
treead01641d01354dd6e81fd1c133c271d01e7534d8 /lisp/mastodon.el
parente53bf8fe17bdf3d750f07075cb9d59ca7f5e97ee (diff)
display "follows you" and "followed by you" on user profiles
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r--lisp/mastodon.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index accbed8..6862e52 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -153,7 +153,8 @@ Use. e.g. \"%c\" for your locale's date and time format."
(defun mastodon ()
"Connect Mastodon client to `mastodon-instance-url' instance."
(interactive)
- (mastodon-tl--get-home-timeline))
+ (mastodon-tl--get-home-timeline)
+ (message "Loading Mastodon account %s on %s..." (mastodon-auth--get-account-name) mastodon-instance-url))
;;;###autoload
(defun mastodon-toot (&optional user reply-to-id)