From 48d362c6d9ab28fa7c0c0c78eae038a5551ddc5a Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Tue, 24 Oct 2023 14:28:27 +0200 Subject: no pagination for lists --- lisp/mastodon-tl.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index e279ee3..7f03e9f 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -2375,7 +2375,8 @@ and profile pages when showing followers or accounts followed." (mastodon-http--get-response-async url nil 'mastodon-tl--more* (current-buffer) (point) :headers)))) (cond ( ; no paginate - (mastodon-tl--buffer-type-eq 'follow-suggestions) + (or (mastodon-tl--buffer-type-eq 'follow-suggestions) + (mastodon-tl--buffer-type-eq 'lists)) (message "No more results")) ;; offset paginate (search, trending, user lists, ...?): ((or (string-prefix-p "*mastodon-trending-" (buffer-name)) -- cgit v1.2.3