diff options
author | mousebot <mousebot@riseup.net> | 2021-11-09 10:06:03 +0100 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-11-09 10:06:03 +0100 |
commit | dd9ef80d940655bb24958d3c48a86aad45cefa43 (patch) | |
tree | 00e337429288a87d26de78d0282eb3aa23c930cb /lisp/mastodon-tl.el | |
parent | e738dbb2cbcdfa96fb6b8ce1d4cac0f209ab6a53 (diff) |
fixme insert-status/get-media-link-rendering
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r-- | lisp/mastodon-tl.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 62d283b..112b59f 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -720,6 +720,7 @@ takes a single function. By default it is (mastodon-tl--byline toot author-byline action-byline)) 'toot-id (alist-get 'id toot) 'base-toot-id (mastodon-tl--toot-id toot) + ;; FIXME this breaks help property of `mastodon-media--get-media-link-rendering'. 'help-echo (when (and mastodon-tl--buffer-spec (string-match-p "context" ; when thread view |