diff options
author | marty hiatt <martianhiatus@riseup.net> | 2023-10-24 14:34:47 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2023-10-24 14:34:47 +0200 |
commit | fd697f98c3e295950701e1d4f6d05c3b34379591 (patch) | |
tree | 7baa87235ebaa12bc39e8aa542e6a420664513b8 | |
parent | 3dc21b91b1ea9777c8b8ebec0a742a13c27a80b7 (diff) |
no more/update for filters view
-rw-r--r-- | lisp/mastodon-tl.el | 2 |
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 |