Fix sending of webmentions

This commit is contained in:
2024-02-11 10:50:34 +11:00
parent 915b4fcd1f
commit 827f4e0bac

View File

@@ -11,7 +11,7 @@ module Adamantium
source = post_url
links = link_finder.call(post_content)
links.each do |target|
HTTParty.post(settings.webmention_service, {
HTTParty.post(settings.webmention_url, {
token: settings.webmention_token,
source: source,
target: target