aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-03-27 12:17:35 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-03-27 12:17:35 +0200
commit5a3a6dcbadb60e4794733f8e26dc3c8d1f5c187c (patch)
tree89dba1c78436b2dbe4a36f8c83c8973949a5decb /lisp/mastodon-tl.el
parent3a3371d7f98f3097fb2b294b3a409d2a0d0f1bb8 (diff)
add force arg to notifs-get, and use it in reload-timeline-
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r--lisp/mastodon-tl.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index 690a98e..d041b2f 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -2086,7 +2086,7 @@ For use after e.g. deleting a toot."
((mastodon-tl--buffer-type-eq 'local)
(mastodon-tl--get-local-timeline))
((mastodon-tl--buffer-type-eq 'notifications)
- (mastodon-notifications-get))
+ (mastodon-notifications-get nil nil :force))
((mastodon-tl--buffer-type-eq 'own-profile)
(mastodon-profile--my-profile))
((save-match-data