aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-toot.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-12-02 11:58:35 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-12-02 11:58:35 +0100
commit8db62b46a141dc862cee6e90afc935964a55b9d4 (patch)
treef8ad9265289e63c8874956e55b99c982a1d49c58 /lisp/mastodon-toot.el
parent7a70e091f64729b03ad55079b5a3a86afd178d0c (diff)
update comment re completion fetching
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r--lisp/mastodon-toot.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index 8d8bfc2..a394b00 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -881,10 +881,8 @@ eg. \"feduser@fed.social\" -> \"feduser@fed.social\"."
"Search for a completion prefix from buffer positions START to END.
Return a list of candidates.
If TAGS, we search for tags, else we search for handles."
- ;; FIXME: can we save the first two-letter search then only filter the
- ;; resulting list?
- ;; (or mastodon-toot-completions
- ;; would work if we could null that var upon completion success
+ ;; we can't save the first two-letter search then only filter the
+ ;; resulting list, as max results returned is 40.
(setq mastodon-toot-completions
(if tags
(let ((tags-list (mastodon-search--search-tags-query