aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-notifications.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@riseup.net>2024-08-09 11:52:06 +0200
committermarty hiatt <martianhiatus@riseup.net>2024-08-16 08:44:27 +0200
commit4c7fc8b47517249a271d64e104f68cf59048e872 (patch)
tree35f1d77ba6cc4a0e65de731b288f1dceb81fd54a /lisp/mastodon-notifications.el
parent45903de823d3c6b46c4aa694112e9f5429e1a3f9 (diff)
basic apply filters. #575.
Diffstat (limited to 'lisp/mastodon-notifications.el')
-rw-r--r--lisp/mastodon-notifications.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el
index 5806893..22c702b 100644
--- a/lisp/mastodon-notifications.el
+++ b/lisp/mastodon-notifications.el
@@ -203,6 +203,7 @@ Status notifications are given when
(defun mastodon-notifications--format-note (note type)
"Format for a NOTE of TYPE."
+ ;; FIXME: apply/refactor filtering as per/with `mastodon-tl--toot'
(let* ((id (alist-get 'id note))
(profile-note
(when (equal 'follow-request type)