diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-08-09 11:52:06 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-08-09 14:12:48 +0200 |
commit | 8594adb38659bc7e823dea9c379f50c1f35b2969 (patch) | |
tree | 431395ef1d52d9ba851ebc4805dd013ea6489e28 /lisp/mastodon-notifications.el | |
parent | 806253ee26d3fd5741c1495265c8fb8d54010859 (diff) |
basic apply filters. #575.
Diffstat (limited to 'lisp/mastodon-notifications.el')
-rw-r--r-- | lisp/mastodon-notifications.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el index 070d23f..f43a9b3 100644 --- a/lisp/mastodon-notifications.el +++ b/lisp/mastodon-notifications.el @@ -201,6 +201,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) |