diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-21 09:48:10 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-21 09:54:39 +0100 |
commit | f50f726f55d42d5a43a79627574a88c46e0770fe (patch) | |
tree | d9ef0e38421ece446cce9ef4fefefeb9043dc4e8 /lisp/mastodon-profile.el | |
parent | ea155f08605f422c0e6dc96657ce00547b12d67f (diff) |
paginate bookmarks timeline (3/4 working?)
seems tl--more seems to repeat bookmarks after 3-4 loads. a similar issue was
solved with favourites, but it was always after 2nd load. and we are using the
fixed code here already. i have many more favourites than bookmarks. but still
it would be nice to not seem to load more when we hit the end.
Diffstat (limited to 'lisp/mastodon-profile.el')
-rw-r--r-- | lisp/mastodon-profile.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index 226da95..f81441e 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -203,7 +203,8 @@ contains") (message "Loading your bookmarked toots...") (mastodon-tl--init "bookmarks" "bookmarks" - 'mastodon-tl--timeline)) + 'mastodon-tl--timeline + :headers)) (defun mastodon-profile--view-follow-requests () "Open a new buffer displaying the user's follow requests." |