Allow empty content for checkin

This commit is contained in:
2023-02-25 13:34:38 +11:00
parent 2ea7ba1271
commit a14e00a0c6
2 changed files with 1 additions and 3 deletions

View File

@@ -18,8 +18,6 @@ module Adamantium
post_params = prepare_params(params: post)
created_post = post_repo.create(post_params)
logger.info("CREATED: #{created_post.inspect}")
syndication_sources.each do |url|
add_post_syndication_source.call(created_post.id, :swarm, url)
end