diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-10-15 10:48:12 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-10-15 10:48:12 +0200 |
commit | dd5a34bb8db2f544b53811fb89dfa649ecca198c (patch) | |
tree | 8e2f002be2da8db51de6b58a8a06174a89ac8d86 /lisp | |
parent | 1e40c8d19faa529efe54ee63e5b2a0f1df103717 (diff) |
remove "toots" from more msging, as its now (more) generic
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-tl.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index d1f6149..03d5ef8 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -2358,7 +2358,7 @@ and profile pages when showing followers or accounts followed." (defun mastodon-tl--more () "Append older toots to timeline, asynchronously." - (message "Loading older toots...") + (message "Loading...") (if (mastodon-tl--use-link-header-p) ;; link-header paginate: ;; can't build a URL with --more-json-async, endpoint/id: @@ -2431,7 +2431,7 @@ HEADERS is the http headers returned in the response, if any." (mastodon-tl--endpoint) (mastodon-tl--update-function) link-header)) - (message "Loading older toots... done."))))))) + (message "Loading... done."))))))) (defun mastodon-tl--find-property-range (property start-point &optional search-backwards) |