aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mastodon-tl.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index a0284d4..7f72ece 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -1095,7 +1095,7 @@ HELP-ECHO, DISPLAY, and FACE are the text properties to add."
"Retrieve text content from TOOT.
Runs `mastodon-tl--render-text' and fetches poll or media."
(let-alist toot
- (concat (mastodon-tl--render-text .content toot)
+ (concat (mastodon-tl--render-text (or .reblog.content .content toot))
(when (or .reblog.poll .poll)
(mastodon-tl--get-poll toot))
(mastodon-tl--media toot))))