diff options
author | marty hiatt <martianhiatus@disroot.org> | 2024-10-31 10:08:47 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus@disroot.org> | 2024-10-31 10:08:47 +0100 |
commit | c4edecd145eafc7f6d7fd58106dbc0bca43ed861 (patch) | |
tree | 78db2c085964a50bae23322d631902ef91011628 /lisp/mastodon-notifications.el | |
parent | 380c6be86f570854cc9b2a714f36301339e57c8b (diff) |
cask build cleanups
Diffstat (limited to 'lisp/mastodon-notifications.el')
-rw-r--r-- | lisp/mastodon-notifications.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el index 99d9d89..eed3d20 100644 --- a/lisp/mastodon-notifications.el +++ b/lisp/mastodon-notifications.el @@ -374,9 +374,6 @@ TYPE is notification type, used for non-group notifs." (toot-foldable (and mastodon-tl--fold-toots-at-length (length> body mastodon-tl--fold-toots-at-length))) - (follower (alist-get 'account toot)) - (follower-name (or (alist-get 'display_name follower) - (alist-get 'username follower))) (ts ;; types listed here use base item timestamp, else we use ;; group's latest timestamp: (when (and group |