Add Event Sources Logic (ActivityPub follows) #86

Open
linos wants to merge 95 commits from event_sources into main
Showing only changes of commit f225db0f1e - Show all commits

View file

@ -39,7 +39,7 @@ class Outbox_Parser {
/**
* Initialize the backfilling of events via the outbox of an ActivityPub actor.
*
* @param Event_Source $event_source The Source we want to backfill the events for.
* @param Event_Source $event_source The Event Source we want to backfill the events for.
* @return bool|WP_Error
*/
public static function backfill_events( $event_source ) {