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 Commands
module Posts module Posts
class CreateBookmark < Command 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] include Dry::Monads[:result]