diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-10-17 21:09:46 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-10-17 21:09:46 +0200 |
commit | 6da29b195192d65e1567e593ad761107e1dbfe1f (patch) | |
tree | 28f196fa25255ea3c79ece69cdaafd70274b3d61 /lisp | |
parent | c9370483b3beacc164438cd158f7e8b2965fbc42 (diff) |
notifs: remove comment
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-notifications.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el index b5a0ff4..b54b012 100644 --- a/lisp/mastodon-notifications.el +++ b/lisp/mastodon-notifications.el @@ -284,8 +284,6 @@ ACCOUNTS is data of the accounts that have reacted to the notification." status) folded group accounts)))))) -;; FIXME: this is copied from `mastodon-tl--insert-status' -;; we could probably cull a lot of the code so its just for notifs (defun mastodon-notifications--insert-note (toot body author-byline action-byline action-authors action-symbol &optional base-toot unfolded group accounts) |