diff options
author | mousebot <mousebot@riseup.net> | 2021-05-26 20:15:54 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-05-26 20:15:54 +0200 |
commit | e86aaaefe20e5ff3036751b91f4f8fec4aaf5394 (patch) | |
tree | 09f63619f1ea84fee67ebd2aa4d423140928e80c | |
parent | efdb7f8aa40cd59bc991e57c20f3ef101974f800 (diff) |
clean up media upload in http.el
-rw-r--r-- | lisp/mastodon-http.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |