webfinger_extract remove extra param
This commit is contained in:
parent
8938c67073
commit
73e6be9782
1 changed files with 1 additions and 1 deletions
|
@ -489,7 +489,7 @@ function transform_tags( $content ) {
|
||||||
|
|
||||||
//@Mentions
|
//@Mentions
|
||||||
$mentions = null;
|
$mentions = null;
|
||||||
$webfinger_tags = \Activitypub\webfinger_extract( $content, true );
|
$webfinger_tags = \Activitypub\webfinger_extract( $content );
|
||||||
if ( !empty( $webfinger_tags) ) {
|
if ( !empty( $webfinger_tags) ) {
|
||||||
foreach ( $webfinger_tags[0] as $webfinger_tag ) {
|
foreach ( $webfinger_tags[0] as $webfinger_tag ) {
|
||||||
$ap_profile = \Activitypub\Rest\Webfinger::webfinger_lookup( $webfinger_tag );
|
$ap_profile = \Activitypub\Rest\Webfinger::webfinger_lookup( $webfinger_tag );
|
||||||
|
|
Loading…
Reference in a new issue