aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-04-30 11:42:19 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-04-30 11:42:19 +0200
commit5e8774d67fff65bd7fd3e9caa4ca887690afcc92 (patch)
tree6981155f5a56ef055666780d7d56e1814a1adcfb
parent3eb8b58152903fc74fba29dca9f1d69e45ba3e9f (diff)
tl--insert-status: restore initial \n
-rw-r--r--lisp/mastodon-tl.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index 249e344..ac15f7b 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -1305,6 +1305,7 @@ THREAD means the status will be displayed in a thread view."
(insert
(propertize
(concat
+ "\n"
(if (and after-reply-status-p thread)
(concat (mastodon-tl--symbol 'replied)
"\n")