Schedules webmentions to be send
It first checks of the origin exists before sending webmentions. It will retry this check every minute until it reaches the configured number of tries.
Summary
Functions
Finds syndication links (from bridy to twitter) in a list of Webmentions responses
Schedules webmentions to be send with 1 minute wait between every try (default is 15 times).
Only sends webmentions to the explicitly provided syndication_targets.
Sends webmentions to explicitly specified syndication_targets only.
If syndication_targets is empty, no webmentions are sent.
Types
@type url() :: String.t()
Functions
Finds syndication links (from bridy to twitter) in a list of Webmentions responses
@spec schedule_webmentions(url(), [url()], pos_integer()) :: {:ok, non_neg_integer()}
Schedules webmentions to be send with 1 minute wait between every try (default is 15 times).
Only sends webmentions to the explicitly provided syndication_targets.
Sends webmentions to explicitly specified syndication_targets only.
If syndication_targets is empty, no webmentions are sent.