From 841bf851ed49389a38007ca02257ba780972e48b Mon Sep 17 00:00:00 2001
From: mousebot <mousebot@riseup.net>
Date: Thu, 20 May 2021 10:28:36 +0200
Subject: enable tab-stops for links/handles/hashtags in profile note.

---
 lisp/mastodon-profile.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el
index 16ef981..9d4793c 100644
--- a/lisp/mastodon-profile.el
+++ b/lisp/mastodon-profile.el
@@ -211,7 +211,8 @@ Returns a list of lists."
          (propertize acct
                      'face 'default)
          "\n ------------\n"
-         (mastodon-tl--render-text note nil)
+         (mastodon-tl--render-text note account)
+                                        ; account here to enable tab-stops in profile note
          (if fields
              (progn
                (concat "\n"
-- 
cgit v1.2.3