WIP: Add Event Sources Logic (ActivityPub follows) #86

Draft
linos wants to merge 36 commits from event_sources into main
Showing only changes of commit 23f415b401 - Show all commits

View file

@ -450,8 +450,6 @@ class GatherPress {
$post_id = wp_insert_post( $args );
}
if ( ! $post_id || is_wp_error( $post_id ) ) {
return;
}