Merge branch 'master' of github.com:yogthos/mastodon-bot

This commit is contained in:
dmitri.sotnikov@gmail.com 2018-03-20 08:58:23 -04:00
commit 67066dae91

View file

@ -81,8 +81,7 @@
:text (string/join "\n" [(string/replace caption #"<[^>]*>" "") short_url])
:media-links (mapv #(-> % :original_size :url) photos)})
(defmethod parse-tumblr-post :default [post]
(:type post))
(defmethod parse-tumblr-post :default [post])
(defn post-tumblrs [last-post-time]
(fn [err response]