aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-09-20 11:47:43 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-09-20 11:47:43 +0200
commit40aa02fb06692fab20f75e7314eecdf0ef638a63 (patch)
treec41e280638e66e1cfcd61fabbd7455f4f790df4e
parentd260eeb57917e289800c198b97e5d54c3e241b28 (diff)
set update-params buf spec in --make-profile-buffer-for
-rw-r--r--lisp/mastodon-profile.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el
index 0a3a236..d849e68 100644
--- a/lisp/mastodon-profile.el
+++ b/lisp/mastodon-profile.el
@@ -575,7 +575,8 @@ HEADERS means also fetch link headers for pagination."
(remove-overlays)
(setq mastodon-profile--account account)
(mastodon-tl--set-buffer-spec buffer endpoint
- update-function link-header)
+ update-function link-header
+ args)
(let* ((inhibit-read-only t)
(is-statuses (string= endpoint-type "statuses"))
(is-followers (string= endpoint-type "followers"))