fix mastodon bug
This commit is contained in:
parent
bcf1e8a30a
commit
a794ead21c
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@
|
|||
items any?]
|
||||
(doseq [{:keys [text media-links]}
|
||||
(->> items
|
||||
(remove #((blocked-content? mastodon-config (:text %))))
|
||||
(remove #(blocked-content? mastodon-config (:text %)))
|
||||
(filter #(> (:created-at %) last-post-time)))]
|
||||
(if media-links
|
||||
(post-status-with-images mastodon-config text media-links)
|
||||
|
|
Reference in a new issue