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 d9d8a4c..b8ac8be 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -621,9 +621,9 @@ HEADERS means also fetch link headers for pagination."                 (if followsp                     (mastodon-tl--set-face                      (concat (when (equal .following 't) -                              " | FOLLOWS YOU") -                            (when (equal .followed_by 't)                                " | FOLLOWED BY YOU") +                            (when (equal .followed_by 't) +                              " | FOLLOWS YOU")                              (when (equal .requested_by 't)                                " | REQUESTED TO FOLLOW YOU")                              "\n\n")  | 
