diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-04-30 16:30:37 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-04-30 16:30:37 +0200 |
commit | 84753be746df2bcaa66ff54a60e2dfc63c214826 (patch) | |
tree | 995ddccec2c5bd485217ab86281e53e437b9ca46 /lisp/mastodon-tl.el | |
parent | 5bb860d943cde9260ced8bc6eb9570d1dbb3273d (diff) |
remove redundant interactive calls
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r-- | lisp/mastodon-tl.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index ac15f7b..be6609f 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -2317,7 +2317,6 @@ when showing followers or accounts followed." (defun mastodon-tl--more () "Append older toots to timeline, asynchronously." - (interactive) (message "Loading older toots...") (if (mastodon-tl--use-link-header-p) ;; link-header: can't build a URL with --more-json-async, endpoint/id: |