diff options
-rw-r--r-- | lisp/mastodon-profile.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index 6c9a850..74f9b62 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -622,8 +622,8 @@ HEADERS means also fetch link headers for pagination." (is-following (string= endpoint-type "following")) (endpoint-name (cond (is-statuses (if no-reblogs - " TOOTS (no boosts)" - " TOOTS ")) + " TOOTS (no boosts)" + " TOOTS ")) (is-followers " FOLLOWERS ") (is-following " FOLLOWING ")))) (insert |