branch: elpa/mastodon
commit e65bd2436a366de0c2151d3181ebbec2ee08004d
Author: marty hiatt <martianhia...@disroot.org>
Commit: marty hiatt <martianhia...@disroot.org>

    notif - single notif - no triage for http get json
---
 lisp/mastodon-notifications.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el
index 46390810ab..31c9b467e8 100644
--- a/lisp/mastodon-notifications.el
+++ b/lisp/mastodon-notifications.el
@@ -799,9 +799,7 @@ Status notifications are created when you call
          (endpoint (mastodon-notifications--api
                     (format "notifications/%s" id)))
          (response (mastodon-http--get-json endpoint)))
-    (mastodon-http--triage
-     response (lambda (response)
-                (message "%s" (prin1-to-string response))))))
+    (message "%s" (prin1-to-string response))))
 
 (defun mastodon-notifications--get-unread-count ()
   "Return the number of unread notifications for the current account."

Reply via email to