From d2dae4643c53bc8a92d71c891f5f742a9a88d266 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Sun, 8 Oct 2023 15:27:39 +0200 Subject: require shr for http.el --- lisp/mastodon-http.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/mastodon-http.el') 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) -- cgit v1.2.3