diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-10-14 19:36:36 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-10-14 19:36:36 +0200 |
commit | b078849b534ddaaebdaf45ebee89d2fe59f3f696 (patch) | |
tree | 27960186a5212c87653e12a7328bcc2799448d32 /lisp/mastodon-views.el | |
parent | 312573f7ef4c0ebca511d2b8e44f50b090d44d37 (diff) |
implement link-header pagination for foll-reqs
Diffstat (limited to 'lisp/mastodon-views.el')
-rw-r--r-- | lisp/mastodon-views.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon-views.el b/lisp/mastodon-views.el index dd46b59..20734ae 100644 --- a/lisp/mastodon-views.el +++ b/lisp/mastodon-views.el @@ -461,7 +461,8 @@ JSON is the data returned by the server." "follow_requests" 'mastodon-views--insert-follow-requests nil - '(("limit" . "80"))) ; server max + '(("limit" . "40")) ; server max is 80 + :headers) (mastodon-tl--goto-first-item) (with-current-buffer "*mastodon-follow-requests*" (use-local-map mastodon-views--view-follow-requests-keymap))) |