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

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

[nongnu] elpa/mastodon c67d1f80f6 24/47: unfuck non-search pagination fu


From: ELPA Syncer
Subject: [nongnu] elpa/mastodon c67d1f80f6 24/47: unfuck non-search pagination fucked by search pagination
Date: Fri, 13 Oct 2023 19:00:56 -0400 (EDT)

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

    unfuck non-search pagination fucked by search pagination
---
 lisp/mastodon-tl.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index 0f3862af0c..ad214e8b96 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -2355,7 +2355,9 @@ HEADERS is the http headers returned in the response, if 
any."
                          ((equal "hashtags" (mastodon-search--buf-type))
                           (alist-get 'hashtags response))
                          ((equal "accounts" (mastodon-search--buf-type))
-                          (alist-get 'accounts response))))
+                          (alist-get 'accounts response))
+                         (t
+                          json)))
              (headers (if headers (cdr response) nil))
              (link-header (mastodon-tl--get-link-header-from-response 
headers)))
         (goto-char (point-max))



reply via email to

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