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 28096e4..7cfcc3e 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -1235,7 +1235,7 @@ To disable showing the stats, customize
""))
'face 'font-lock-comment-face)
(let ((str (if (eq .poll.expired :json-false)
- (mastodon-tl--format-poll-expiry expiry)
+ (mastodon-tl--format-poll-expiry .poll.expires_at)
"Poll expired.")))
(propertize str 'face 'font-lock-comment-face))
"\n"))))