Fix link verification for remote accounts (#8868)
This commit is contained in:
parent
49b182cd51
commit
7fe137d2f7
4 changed files with 117 additions and 74 deletions
|
@ -3,7 +3,7 @@
|
|||
class VerifyLinkService < BaseService
|
||||
def call(field)
|
||||
@link_back = ActivityPub::TagManager.instance.url_for(field.account)
|
||||
@url = field.value
|
||||
@url = field.value_for_verification
|
||||
|
||||
perform_request!
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue