aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mastodon-profile.el2
-rw-r--r--lisp/mastodon-tl.el4
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el
index c275e5c..54f0e84 100644
--- a/lisp/mastodon-profile.el
+++ b/lisp/mastodon-profile.el
@@ -629,7 +629,7 @@ HEADERS means also fetch link headers for pagination."
(propertize (concat "@" acct)
'face 'default)
(if (equal locked t)
- (mastodon-tl--symbol 'locked)
+ (concat " " (mastodon-tl--symbol 'locked))
"")
"\n ------------\n"
;; profile note:
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index 8c9e00a..aa34c2e 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -667,9 +667,9 @@ this just means displaying toot client."
(funcall author-byline toot)
;; visibility:
(cond ((equal visibility "direct")
- (mastodon-tl--symbol 'direct))
+ (concat " " (mastodon-tl--symbol 'direct)))
((equal visibility "private")
- (mastodon-tl--symbol 'private)))
+ (concat " " (mastodon-tl--symbol 'private))))
(funcall action-byline toot)
" "
;; TODO: Once we have a view for toot (responses etc.) make