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