Enable Webmentions for public posts
This commit is contained in:
parent
4d968264f2
commit
018b7bf553
7 changed files with 65 additions and 7 deletions
|
@ -40,7 +40,7 @@ def _discover_webmention_endoint(url: str) -> Optional[str]:
|
|||
return None
|
||||
|
||||
|
||||
def discover_webmention_endoint(url: str) -> Optional[str]:
|
||||
def discover_webmention_endpoint(url: str) -> Optional[str]:
|
||||
"""Discover the Webmention endpoint of a given URL, if any.
|
||||
|
||||
Passes all the tests at https://webmention.rocks!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue