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 source = post_url
links = link_finder.call(post_content) links = link_finder.call(post_content)
links.each do |target| links.each do |target|
HTTParty.post(settings.webmention_service, { HTTParty.post(settings.webmention_url, {
token: settings.webmention_token, token: settings.webmention_token,
source: source, source: source,
target: target target: target