aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon.el
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2021-05-16 15:26:35 +0200
committermousebot <mousebot@riseup.net>2021-05-16 15:27:34 +0200
commita52f25ce26cd6a9fe8d88d893eb8500ad1292677 (patch)
treefe577551698e696d636a2bad2ca51883087c4fa9 /lisp/mastodon.el
parenta34f569583ead91893468c4080502b1a89d23988 (diff)
add new functions to discover menu, and autoloads.
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r--lisp/mastodon.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index 6862e52..878ddbf 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -53,8 +53,17 @@
(autoload 'mastodon-toot--toggle-boost "mastodon-toot")
(autoload 'mastodon-toot--toggle-favourite "mastodon-toot")
(autoload 'mastodon-discover "mastodon-discover")
+(autoload 'mastodon-tl--block-user "mastodon-tl")
+(autoload 'mastodon-tl--unblock-user "mastodon-tl")
+(autoload 'mastodon-tl--mute-user "mastodon-tl")
+(autoload 'mastodon-tl--unmute-user "mastodon-tl")
+(autoload 'mastodon-tl--delete-toot "mastodon-tl")
+(autoload 'mastodon-tl--follow-user "mastodon-tl")
+(autoload 'mastodon-tl--unfollow-user "mastodon-tl")
+(autoload 'mastodon-profile--my-profile "mastodon-profile")
(autoload 'mastodon-search--search-query "mastodon-search")
(autoload 'mastodon-tl--copy-toot-url "mastodon-tl")
+(autoload 'mastodon-auth--get-account-name "mastodon-auth")
(defgroup mastodon nil
"Interface with Mastodon."