[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/mastodon 979f95575a 43/52: note re tags timeline limit num
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/mastodon 979f95575a 43/52: note re tags timeline limit number of tags |
Date: |
Mon, 30 Oct 2023 16:01:32 -0400 (EDT) |
branch: elpa/mastodon
commit 979f95575a140556b855bd7dfe304141576161b7
Author: marty hiatt <martianhiatus@riseup.net>
Commit: marty hiatt <martianhiatus@riseup.net>
note re tags timeline limit number of tags
---
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 673856b194..7859413ff8 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -2169,7 +2169,9 @@ PREFIX is sent to `mastodon-tl--get-tag-timeline', which
see."
(defun mastodon-tl--followed-tags-timeline (&optional prefix)
"Open a timeline of all your followed tags.
-PREFIX is sent to `mastodon-tl--show-tag-timeline', which see."
+PREFIX is sent to `mastodon-tl--show-tag-timeline', which see.
+Note that the number of tags supported is undocumented, and from
+manual testing appears to be limited to a total of four tags."
(interactive "p")
(let* ((followed-tags-json (mastodon-tl--followed-tags))
(tags (mastodon-tl--map-alist 'name followed-tags-json)))
- [nongnu] elpa/mastodon 45fd842fe2 03/52: goto-too-pos: add masto-tab-stop second prop, (continued)
- [nongnu] elpa/mastodon 45fd842fe2 03/52: goto-too-pos: add masto-tab-stop second prop, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 267b8f9fff 04/52: refactor/rename mastodon-search--insert-heading, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 50e9fc677f 06/52: fix pagination for trending tags, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 153b1682d0 07/52: more*: msg when response is nil, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon b078849b53 11/52: implement link-header pagination for foll-reqs, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon a672c056a8 15/52: fix init-sync for notifs-get compat with link-header/get-response, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon dd5a34bb8d 18/52: remove "toots" from more msging, as its now (more) generic, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon d59b8d0f8b 22/52: next-/prev-toot>next-/prev-item, cond-case around pos update call, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 8eda8fb5fa 24/52: fix rename do-if-item-strict, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 506ec82941 29/52: tl--prev-toot-id: don't assume our funs return anything., ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 979f95575a 43/52: note re tags timeline limit number of tags,
ELPA Syncer <=
- [nongnu] elpa/mastodon c18aee5421 44/52: request-auth-code: select-enable-clipboard., ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 8404082b69 02/52: move scroll up cmd, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon d710763757 05/52: add .elpaignore file, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon f5094f4cb0 09/52: add params arg to init-sync, use limit param for foll_reqs/sugests, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 574c17c4bd 21/52: toot-id>item-id, toot-json>item-json, item-type for nav, byline still needed, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 48d362c6d9 37/52: no pagination for lists, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 1bfcb22043 42/52: note re tags timeline limit number of tags, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 312573f7ef 10/52: cond for more* pagination woes, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon f8ab918cf2 08/52: partly refactor views function., ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon a169646f8c 28/52: mastodon-toot--own-toot-p: call toot-or-base: we can edit our boosted toots, ELPA Syncer, 2023/10/30