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