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])
|
||||
: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]
|
||||
|
|
Reference in a new issue