Wrong actor

main
Bob Mottram 2023-01-04 10:48:37 +00:00
parent 91b1c8aff1
commit 8716759208
1 changed files with 2 additions and 3 deletions

View File

@ -904,11 +904,10 @@ def html_profile(signing_priv_key_pem: str,
' <form method="POST" action="' + \
base_path + '/searchhandle?page=1">\n' + \
' <input type="hidden" ' + \
'name="actor" value="' + \
follower_actor + '">\n' + \
'name="actor" value="' + actor + '">\n' + \
' <input type="hidden" ' + \
'name="searchtext" value="' + \
follower_handle + new_follower_domain + \
follower_actor + \
'">\n <button type="submit" ' + \
'class="followApproveHandle" ' + \
'name="submitSearch" tabindex="2">' + \