aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2021-05-26 21:15:38 +0200
committermousebot <mousebot@riseup.net>2021-05-26 21:15:38 +0200
commit225c0b4acf12cae8593035a1e1662586ec8c74a8 (patch)
tree354f946ac763be26f1f7ce2a888067006195185c /lisp/mastodon-tl.el
parente86aaaefe20e5ff3036751b91f4f8fec4aaf5394 (diff)
flychecks and autoloads
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r--lisp/mastodon-tl.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index 298964d..dac3e66 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -48,6 +48,10 @@
(autoload 'mastodon-profile--extract-users-handles "mastodon-profile.el")
(autoload 'mastodon-profile--my-profile "mastodon-profile.el")
(autoload 'mastodon-toot--delete-toot "mastodon-toot")
+(autoload 'mastodon-http--post "mastodon-http")
+(autoload 'mastodon-http--triage "mastodon-http")
+(autoload 'mastodon-http--get-json-async "mastodon-http")
+(autoload 'mastodon-profile--lookup-account-in-status "mastodon-profile")
(defvar mastodon-instance-url)
(defvar mastodon-toot-timestamp-format)