Fix sending of webmentions
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user