diff options
Diffstat (limited to 'lisp/mastodon-http.el')
-rw-r--r-- | lisp/mastodon-http.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon-http.el b/lisp/mastodon-http.el index ca82644..f1213a1 100644 --- a/lisp/mastodon-http.el +++ b/lisp/mastodon-http.el @@ -34,6 +34,7 @@ (require 'json) (require 'request) ; for attachments upload (require 'url) +(require 'shr) (defvar mastodon-instance-url) (defvar mastodon-toot--media-attachment-ids) |