diff options
author | Johnson Denen <johnson.denen@gmail.com> | 2017-04-23 00:51:49 -0400 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2017-04-23 11:09:06 -0400 |
commit | 950a71a7e89efe48804a89322f9a974610d40770 (patch) | |
tree | d68e672d8e7df9a4eb3f34ef6921aa49fce80978 /lisp/mastodon-toot.el | |
parent | 949912d793cc8b80e6acb0978268405dc21a13e9 (diff) |
Rewrite mastodon-auth
- Remove client functions
- Use mastodon-http--post
- No more callback spaghetti
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r-- | lisp/mastodon-toot.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index 0346f46..9096a47 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -28,7 +28,6 @@ ;;; Code: (require 'mastodon-auth) -(require 'mastodon-http) (defgroup mastodon-toot nil "Capture Mastodon toots." |