Add Event Sources Logic (ActivityPub follows) #86

Open
linos wants to merge 95 commits from event_sources into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 8026ea69f4 - Show all commits

View file

@ -35,4 +35,4 @@ class Debug {
// phpcs:ignore WordPress.PHP.DevelopmentFunctions
\error_log( \print_r( $log, true ) );
}
}
}

View file

@ -1,7 +1,7 @@
<?php
/**
* Class file for parsing an ActivityPub outbox for Events.
*
*
* The main external entry function is `backfill_events`.
* The function `import_events_from_outbox` is used for delaying the parsing via schedules.
*