diff options
Diffstat (limited to 'lisp')
-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 |