diff options
author | mousebot <mousebot@riseup.net> | 2021-08-08 16:31:16 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-08-08 16:32:40 +0200 |
commit | 13ddb9e3a3a7eac72fca95475baad0bd7792b6d9 (patch) | |
tree | fa6761a3d6074b5ad17539ee17af99b0887b1116 /lisp/mastodon-profile.el | |
parent | 1a44f09a1e8ecc1255c45220c7a0e1e11525e219 (diff) |
fix typo in mastodon-tl--process-link setting 'account-id prop
this prevented the 'account-id from being attached to mentions
Diffstat (limited to 'lisp/mastodon-profile.el')
-rw-r--r-- | lisp/mastodon-profile.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index c94ed35..0c1ec91 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -330,7 +330,7 @@ Returns a list of lists." 'face 'default) "\n ------------\n" (mastodon-tl--render-text note account) - ; account here to enable tab-stops in profile note + ;; account here to enable tab-stops in profile note (if fields (progn (concat "\n" |