aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2021-05-07 10:46:09 +0200
committermousebot <mousebot@riseup.net>2021-05-07 10:46:09 +0200
commit1a2cf34a80bebf42b1a9aa92bf7aae14d1d5292e (patch)
tree0f2f5b701111a786107db49cb1ebe6d7a6c0f1e7 /lisp
parent9575c3436e3b1ef1a9159d24a2c2a0f8afb27829 (diff)
restore newline btw post body and byline
Diffstat (limited to 'lisp')
-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 43be5fb..7732e7e 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -642,6 +642,7 @@ it is `mastodon-tl--byline-boosted'"
(insert
(propertize
(concat body
+ " \n"
(mastodon-tl--byline toot author-byline action-byline))
'toot-id (cdr (assoc 'id toot))
'base-toot-id (mastodon-tl--toot-id toot)