terminology

This commit is contained in:
Mike Macgirvin 2024-06-22 20:35:16 +10:00
parent c3b866ae7e
commit beb40d86e1

View file

@ -2237,7 +2237,7 @@ class Activity
return;
}
// From here on out we assume a Follow activity to somebody we have no existing relationship with
// From here on out we assume a Follow activity from somebody we have no existing relationship with
set_abconfig($channel['channel_id'], $person_obj['id'], 'activitypub', 'their_follow_id', $their_follow_id);
set_abconfig($channel['channel_id'], $person_obj['id'], 'activitypub', 'their_follow_type', $act->type);