diff options
author | Alexander Griffith <griffitaj@gmail.com> | 2018-02-28 14:33:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-28 14:33:57 -0500 |
commit | 6c95ac3960852ba0bb41b68675a393e8ebbf49e0 (patch) | |
tree | 7a138c1d835925f197066f008b35c6b1cc386c0b /lisp/mastodon-http.el | |
parent | f6f6c08976a414762cd512e52237b143dc0e2f30 (diff) | |
parent | 5a8ede2990c208b1c4059092f21d216203bd0db5 (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.el | 1 |
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)) |