emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/mastodon 48d362c6d9 37/52: no pagination for lists


From: ELPA Syncer
Subject: [nongnu] elpa/mastodon 48d362c6d9 37/52: no pagination for lists
Date: Mon, 30 Oct 2023 16:01:31 -0400 (EDT)

branch: elpa/mastodon
commit 48d362c6d9ab28fa7c0c0c78eae038a5551ddc5a
Author: marty hiatt <martianhiatus@riseup.net>
Commit: marty hiatt <martianhiatus@riseup.net>

    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 e279ee3286..7f03e9f1d5 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]