Syndicate code posts to Github Gists

This commit is contained in:
2024-03-05 20:34:34 +11:00
parent 56edde6ab5
commit 97c05d3f86
11 changed files with 84 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ module Micropub
post_params = prepare_params(params: post)
created_post = post_repo.create(post_params)
# syndicate.call(created_post.id, post)
syndicate.call(created_post.id, post)
# decorated_post = Decorators::Posts::Decorator.new(created_post)