In relation to ActivityPub, what does this entry do when read from an accounts webfinger response? Is it a holdover for Friendica? I'm not sure what to enter for uri to test.
```PHP
array(
rel" => "http://ostatus.org/schema/1.0/subscribe",
href" => "https://{$server}/authorize-follow?acct={uri}"
)
```