[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/mastodon 433a938c50 22/47: hack to avoid repeat of last se
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/mastodon 433a938c50 22/47: hack to avoid repeat of last search status on calling --more* |
Date: |
Fri, 13 Oct 2023 19:00:56 -0400 (EDT) |
branch: elpa/mastodon
commit 433a938c504b56dd05c3a8be1191ce7b15b1744f
Author: marty hiatt <martianhiatus [a t] riseup [d o t] net>
Commit: marty hiatt <martianhiatus [a t] riseup [d o t] net>
hack to avoid repeat of last search status on calling --more*
---
lisp/mastodon-tl.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index 2aea4f40c9..0f3862af0c 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -2350,7 +2350,8 @@ HEADERS is the http headers returned in the response, if
any."
;; FIXME: max-id pagination works for statuses only, not other
;; search results pages:
(json (cond ((equal "statuses" (mastodon-search--buf-type))
- (alist-get 'statuses response))
+ (cdr ; avoid repeat of last status
+ (alist-get 'statuses response)))
((equal "hashtags" (mastodon-search--buf-type))
(alist-get 'hashtags response))
((equal "accounts" (mastodon-search--buf-type))
- [nongnu] elpa/mastodon 44a075c5e9 16/47: index update, (continued)
- [nongnu] elpa/mastodon 44a075c5e9 16/47: index update, ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon 15c6a842c3 02/47: url-p: optional @ prefix for "users" url, ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon c5aefef00b 06/47: rename two search funs, ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon 3c52d556fc 07/47: add completing-read for search type + message binding, ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon 6691dab7aa 04/47: handle search type buffers in buffer-type, ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon 2cd8a9a38f 08/47: profile:message cycle binding, ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon 2a5700a46e 13/47: http: build query str only when we have a value, ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon 869917a0e7 09/47: rough account statuses search, ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon ab62022b50 15/47: implement following "accounts" search. FIX #493., ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon 3e0badc4af 17/47: also message profile search binding, ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon 433a938c50 22/47: hack to avoid repeat of last search status on calling --more*,
ELPA Syncer <=
- [nongnu] elpa/mastodon 9bbcc60818 45/47: search headings even if no results, ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon 8c9f827d12 21/47: tl--more*: add cond to handle search data if in search buffer, ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon 1b888da280 01/47: readme re friendica, ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon 16340dbef1 23/47: add user id to user item inserting, for pagination, ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon ce30985860 41/47: fix offset pagination for hashtags search, ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon f7526642d3 39/47: add fun mastodon-buffer-p, ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon 57d0f9f362 43/47: bump, ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon 2c9a1f7417 05/47: rework search into three separate views with view cycling on C-c C-c, ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon 41f814cc44 31/47: improve processing for trending-statuses, ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon accd94eea7 34/47: add offset/limit params to search queries/buf spec, ELPA Syncer, 2023/10/13