diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-21 11:04:00 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-21 11:04:00 +0100 |
commit | e5f09107f4bf0b4dabfb5972f53e5f658bf41553 (patch) | |
tree | 934c52933fd2c705bf689a14a82c2290b9404dff /lisp/mastodon-tl.el | |
parent | d89f8b9fbe37d9e5c1cff548e5f0e7172564220c (diff) |
fix toot-stats fun name!
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r-- | lisp/mastodon-tl.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 7e71b13..2f879de 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -632,7 +632,7 @@ this just means displaying toot client." edited-parsed))) "") (propertize "\n ------------" 'face 'default) - (mastodon-tl--toot-status toot) + (mastodon-tl--toot-stats toot) "\n") 'favourited-p faved 'boosted-p boosted @@ -1126,7 +1126,7 @@ If no TOOT is given, the one at point is considered." (unless (member type '("follow" "follow_request")) toot))) -(defun mastodon-tl--toot-status (toot) +(defun mastodon-tl--toot-stats (toot) "Return a right aligned string (using display align-to). String is filled with TOOT statistics (boosts, favs, replies). When the TOOT is a reblog (boost), statistics from reblogged |