Add Event Sources Logic (ActivityPub follows) #86
1 changed files with 1 additions and 1 deletions
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in a new issue