diff options
author | mousebot <mousebot@riseup.net> | 2022-02-14 16:15:04 +0100 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2022-02-14 16:15:04 +0100 |
commit | 3e80d32fbce9a242c1f7080effbff3dcab5a9871 (patch) | |
tree | 6a47223fee981b884b10885130dcae987dd80314 /lisp/mastodon-search.el | |
parent | 949520069569b3b5397a00cca0d9671f3445ddea (diff) | |
parent | 6e68b7051595bf99bade4d3052286f95d606a155 (diff) |
Merge branch 'develop' into filters
Diffstat (limited to 'lisp/mastodon-search.el')
-rw-r--r-- | lisp/mastodon-search.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon-search.el b/lisp/mastodon-search.el index 8c654cc..d17b054 100644 --- a/lisp/mastodon-search.el +++ b/lisp/mastodon-search.el @@ -39,6 +39,7 @@ (autoload 'mastodon-tl--as-string "mastodon-tl") (autoload 'mastodon-auth--access-token "mastodon-auth") (autoload 'mastodon-http--get-search-json "mastodon-http") +(autoload 'mastodon-http--api "mastodon-http") (defvar mastodon-instance-url) (defvar mastodon-tl--link-keymap) |