This commit is contained in:
2023-12-28 08:51:30 +11:00
parent 22c8a475f5
commit 6004e38434
5 changed files with 5 additions and 9 deletions

View File

@@ -29,7 +29,7 @@ module Micropub
reply[:post_id] = post.id
webmentions_repo.create(reply)
webmentions_repo.create(like)
res.body = {
result: "Webmention was successful"
}.to_json