aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-03-01 22:33:38 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-03-01 22:34:28 +0100
commit2a70e937c26a26be75a611e6a8b9d37385ea650f (patch)
treee803d7540be360182dce9870193489814b3946d6
parent01e4bc440f9d89e2ac5ef06cfd160ddea743b3f1 (diff)
FIX #398 -- bad if from bad brackets in --more
-rw-r--r--lisp/mastodon-tl.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index ba6b1df..8197315 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -2789,12 +2789,12 @@ 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))
- (mastodon-tl--more-json-async
- (mastodon-tl--get-endpoint)
- (mastodon-tl--oldest-id)
- (mastodon-tl--update-params)
- 'mastodon-tl--more* (current-buffer) (point))))))
+ (point) :headers))))
+ (mastodon-tl--more-json-async
+ (mastodon-tl--get-endpoint)
+ (mastodon-tl--oldest-id)
+ (mastodon-tl--update-params)
+ 'mastodon-tl--more* (current-buffer) (point))))
(defun mastodon-tl--more* (response buffer point-before &optional headers)
"Append older toots to timeline, asynchronously.