From b8ce6fcd2b5e7ff0ab1aa571ddaca0678b6ab311 Mon Sep 17 00:00:00 2001 From: Alexander Griffith Date: Sun, 25 Feb 2018 15:18:10 -0500 Subject: use absolute time stamps when mastodon-tl--enable-relative-timestamps is nil --- lisp/mastodon-tl.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lisp/mastodon-tl.el') diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index dc5350d..c44ac01 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -248,7 +248,9 @@ TIME-STAMP is assumed to be in the past." (propertize (format-time-string mastodon-toot-timestamp-format parsed-time) 'timestamp parsed-time - 'display (mastodon-tl--relative-time-description parsed-time)) + 'display (if mastodon-tl--enable-relative-timestamps + (mastodon-tl--relative-time-description parsed-time) + parsed-time)) (propertize "\n ------------" 'face 'default)) 'favourited-p faved 'boosted-p boosted -- cgit v1.2.3