fix undefined get_remote_metadata_by_actor
Not tested
This commit is contained in:
parent
6ba8156e50
commit
2bebc88b78
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class Migration {
|
||||||
$followers = get_user_meta( $user_id, 'activitypub_followers', true );
|
$followers = get_user_meta( $user_id, 'activitypub_followers', true );
|
||||||
|
|
||||||
if ( $followers ) {
|
if ( $followers ) {
|
||||||
foreach ( $followers as $follower ) {
|
foreach ( $followers as $actor ) {
|
||||||
$meta = get_remote_metadata_by_actor( $actor );
|
$meta = get_remote_metadata_by_actor( $actor );
|
||||||
|
|
||||||
$follower = new Follower( $actor );
|
$follower = new Follower( $actor );
|
||||||
|
|
Loading…
Reference in a new issue