[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))
- [nongnu] elpa/mastodon dd5a34bb8d 18/52: remove "toots" from more msging, as its now (more) generic, (continued)
- [nongnu] elpa/mastodon dd5a34bb8d 18/52: remove "toots" from more msging, as its now (more) generic, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon d59b8d0f8b 22/52: next-/prev-toot>next-/prev-item, cond-case around pos update call, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 8eda8fb5fa 24/52: fix rename do-if-item-strict, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 506ec82941 29/52: tl--prev-toot-id: don't assume our funs return anything., ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 979f95575a 43/52: note re tags timeline limit number of tags, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon c18aee5421 44/52: request-auth-code: select-enable-clipboard., ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 8404082b69 02/52: move scroll up cmd, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon d710763757 05/52: add .elpaignore file, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon f5094f4cb0 09/52: add params arg to init-sync, use limit param for foll_reqs/sugests, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 574c17c4bd 21/52: toot-id>item-id, toot-json>item-json, item-type for nav, byline still needed, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 48d362c6d9 37/52: no pagination for lists,
ELPA Syncer <=
- [nongnu] elpa/mastodon 1bfcb22043 42/52: note re tags timeline limit number of tags, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 312573f7ef 10/52: cond for more* pagination woes, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon f8ab918cf2 08/52: partly refactor views function., ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon a169646f8c 28/52: mastodon-toot--own-toot-p: call toot-or-base: we can edit our boosted toots, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 6d80f5b2d2 12/52: minor-view fixme, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 9aac053495 20/52: masto views map: use prev/next-toot, not item for n/p, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon b86d546cbe 25/52: fix do-if-item comment: doesn't inc. tags, corrent for our use, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon d8bd51da80 46/52: readme contributing, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon ca0b443a79 13/52: fix init-sync for notifs-get compat with link-header/get-response, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon b8d0c9b967 41/52: triage: call cb on response. do-user-action-fun: check response data, ELPA Syncer, 2023/10/30