Syndicate bookmarks

This commit is contained in:
2023-02-18 16:49:45 +11:00
parent 45fe850136
commit 702015bc0e

View File

@@ -4,7 +4,10 @@ module Adamantium
module Commands
module Posts
class CreateBookmark < Command
include Deps["repos.post_repo", syndicate: "commands.posts.syndicate"]
include Deps["repos.post_repo",
add_post_syndication_source: "commands.posts.add_syndication_source",
syndicate: "commands.posts.syndicate"
]
include Dry::Monads[:result]