From 27c3165f7ffb4c52f3a8b0d65cb360ceda43aeff Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Fri, 11 Oct 2024 11:58:50 +0200 Subject: tl.el: cull :force arg for notifs reload --- lisp/mastodon-tl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 1b3b9ec..d08baf2 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -2757,7 +2757,7 @@ Aims to respect any pagination in effect." ((eq type 'mentions) (mastodon-notifications--get-mentions)) ((eq type 'notifications) - (mastodon-notifications-get nil nil :force max-id)) + (mastodon-notifications-get nil nil max-id)) ((eq type 'profile-statuses-no-boosts) ;; TODO: max-id arg needed here also (mastodon-profile--open-statuses-no-reblogs)) -- cgit v1.2.3