Merge branch 'master' of github.com:yogthos/mastodon-bot
This commit is contained in:
commit
67066dae91
1 changed files with 1 additions and 2 deletions
|
@ -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]
|
||||||
|
|
Reference in a new issue