diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-10-20 10:36:49 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-10-20 10:36:49 +0200 |
commit | c7305179fcca04ebdf090c93dabd2c82bad5b6ff (patch) | |
tree | c65b4c6b334f35235b641e70c909ab2eb61208f6 | |
parent | 9aeb84f4fd781f931e2e78573cbd85edd2a22db7 (diff) |
remove stale fixme
-rw-r--r-- | lisp/mastodon-notifications.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el index cb36616..a7f358b 100644 --- a/lisp/mastodon-notifications.el +++ b/lisp/mastodon-notifications.el @@ -233,7 +233,6 @@ ACCOUNTS is data of the accounts that have reacted to the notification." (unless (and filtered (assoc "hide" filters)) (mastodon-notifications--insert-note ;; toot - ;; FIXME: fix following etc. on action authors (if (member type-sym '(follow follow_request)) follower status) |