From e010954eb2b50fbc151e0cea5c2db11a530556d2 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Sat, 10 Jun 2023 14:15:57 +0200 Subject: profile: switch followed-by/following display --- lisp/mastodon-profile.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/mastodon-profile.el') 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") -- cgit v1.2.3