merge-requests/30/head
Bob Mottram 2023-10-12 13:24:08 +01:00
parent 6286c8238a
commit cb611a6e97
1 changed files with 0 additions and 4 deletions

View File

@ -214,10 +214,6 @@ def get_user_url(wf_request: {}, source_id: int, debug: bool) -> str:
print('get_user_url webfinger activity+json ' +
'contains single user instance actor ' +
str(source_id) + ' ' + str(link))
else:
url = link['href']
if not contains_invalid_actor_url_chars(url):
return remove_html(url)
url = link['href']
if not contains_invalid_actor_url_chars(url):
return remove_html(url)