branch: elpa/mastodon
commit 317c218eab712c977b4bc42d804b827a24f0f07d
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>
add missing silent arg to async get-response call.
---
lisp/mastodon-tl.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index eb0dba6782..6b6b064440 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -3475,7 +3475,7 @@ and profile pages when showing followers or accounts
followed."
;;(prev (cadr (mastodon-tl--link-header)))
(url (mastodon-tl--build-link-header-url next)))
(mastodon-http--get-response-async
- url nil 'mastodon-tl--more* (current-buffer) (point) :headers))))
+ url nil nil 'mastodon-tl--more* (current-buffer) (point)
:headers))))
(cond (;; no paginate
(or (mastodon-tl--buffer-type-eq 'follow-suggestions)
(mastodon-tl--buffer-type-eq 'filters)