From 5e8774d67fff65bd7fd3e9caa4ca887690afcc92 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Sun, 30 Apr 2023 11:42:19 +0200 Subject: tl--insert-status: restore initial \n --- lisp/mastodon-tl.el | 1 + 1 file changed, 1 insertion(+) 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") -- cgit v1.2.3