aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@riseup.net>2023-10-24 14:34:47 +0200
committermarty hiatt <martianhiatus@riseup.net>2023-10-24 14:34:47 +0200
commitfd697f98c3e295950701e1d4f6d05c3b34379591 (patch)
tree7baa87235ebaa12bc39e8aa542e6a420664513b8 /lisp/mastodon-tl.el
parent3dc21b91b1ea9777c8b8ebec0a742a13c27a80b7 (diff)
no more/update for filters view
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r--lisp/mastodon-tl.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index 8a4e023..16292d5 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -2376,6 +2376,7 @@ and profile pages when showing followers or accounts followed."
(point) :headers))))
(cond ( ; no paginate
(or (mastodon-tl--buffer-type-eq 'follow-suggestions)
+ (mastodon-tl--buffer-type-eq 'filters)
(mastodon-tl--buffer-type-eq 'lists))
(message "No more results"))
;; offset paginate (search, trending, user lists, ...?):
@@ -2605,6 +2606,7 @@ This location is defined by a non-nil value of
(mastodon-tl--buffer-type-eq 'trending-tags)
(mastodon-tl--buffer-type-eq 'follow-suggestions)
(mastodon-tl--buffer-type-eq 'lists)
+ (mastodon-tl--buffer-type-eq 'filters)
(mastodon-tl--search-buffer-p))
(message "update not available in this view.")
;; FIXME: handle update for search and trending buffers