aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-http.el
diff options
context:
space:
mode:
authorAlexander Griffith <griffitaj@gmail.com>2018-02-28 14:33:57 -0500
committerGitHub <noreply@github.com>2018-02-28 14:33:57 -0500
commit6c95ac3960852ba0bb41b68675a393e8ebbf49e0 (patch)
tree7a138c1d835925f197066f008b35c6b1cc386c0b /lisp/mastodon-http.el
parentf6f6c08976a414762cd512e52237b143dc0e2f30 (diff)
parent5a8ede2990c208b1c4059092f21d216203bd0db5 (diff)
Merge pull request #153 from alexjgriffith/explicit-media-toggle
explicit media toggle and small bug fixes
Diffstat (limited to 'lisp/mastodon-http.el')
-rw-r--r--lisp/mastodon-http.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon-http.el b/lisp/mastodon-http.el
index 75cca2f..f519e20 100644
--- a/lisp/mastodon-http.el
+++ b/lisp/mastodon-http.el
@@ -107,6 +107,7 @@ Pass response buffer to CALLBACK function."
(decode-coding-string
(buffer-substring-no-properties (point) (point-max))
'utf-8)))
+ (kill-buffer)
(json-read-from-string json-string)))))
json-vector))