aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-http.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-10-08 15:27:39 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-10-08 15:27:39 +0200
commitd2dae4643c53bc8a92d71c891f5f742a9a88d266 (patch)
treeeccfe42123a520716313cfa67309d6973842e225 /lisp/mastodon-http.el
parent7bcc81748d5a7c2ef4b6460500a9eb1ea3ddca18 (diff)
require shr for http.el
Diffstat (limited to 'lisp/mastodon-http.el')
-rw-r--r--lisp/mastodon-http.el1
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)