aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-profile.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mastodon-profile.el')
-rw-r--r--lisp/mastodon-profile.el4
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")