fix undefined get_remote_metadata_by_actor

Not tested
This commit is contained in:
Django 2023-05-05 11:47:52 -06:00 committed by GitHub
parent 6ba8156e50
commit 2bebc88b78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ class Migration {
$followers = get_user_meta( $user_id, 'activitypub_followers', true );
if ( $followers ) {
foreach ( $followers as $follower ) {
foreach ( $followers as $actor ) {
$meta = get_remote_metadata_by_actor( $actor );
$follower = new Follower( $actor );