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

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

[nongnu] elpa/mastodon 40aa02fb06: set update-params buf spec in --make-


From: ELPA Syncer
Subject: [nongnu] elpa/mastodon 40aa02fb06: set update-params buf spec in --make-profile-buffer-for
Date: Wed, 20 Sep 2023 07:00:12 -0400 (EDT)

branch: elpa/mastodon
commit 40aa02fb06692fab20f75e7314eecdf0ef638a63
Author: marty hiatt <martianhiatus [a t] riseup [d o t] net>
Commit: marty hiatt <martianhiatus [a t] riseup [d o t] net>

    set update-params buf spec in --make-profile-buffer-for
---
 lisp/mastodon-profile.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el
index 0a3a236412..d849e68001 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"))



reply via email to

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