diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-10-11 11:58:50 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-10-11 11:58:50 +0200 |
commit | 27c3165f7ffb4c52f3a8b0d65cb360ceda43aeff (patch) | |
tree | 58a60805aad43b260a4c64df64504471f6f31ad1 | |
parent | 95940ee54de27f4a76860c8932ac339db2b664f3 (diff) |
tl.el: cull :force arg for notifs reload
-rw-r--r-- | lisp/mastodon-tl.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |