From e86aaaefe20e5ff3036751b91f4f8fec4aaf5394 Mon Sep 17 00:00:00 2001 From: mousebot Date: Wed, 26 May 2021 20:15:54 +0200 Subject: clean up media upload in http.el --- lisp/mastodon-http.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/mastodon-http.el b/lisp/mastodon-http.el index 61ae840..8298cec 100644 --- a/lisp/mastodon-http.el +++ b/lisp/mastodon-http.el @@ -212,7 +212,7 @@ The upload is asynchronous. On succeeding, `mastodon-toot--media-attachment-ids' (error "Unauthorized: The access token is invalid.")) (422 (error "Unprocessable entity: file or file type is unsupported or invalid.")) - (_ (error "Shit went south."))) + (_ (error "Shit went south."))))) (provide 'mastodon-http) ;;; mastodon-http.el ends here -- cgit v1.2.3