Skip to content

Commit

Permalink
Revert "pending seems to be the better status"
Browse files Browse the repository at this point in the history
This reverts commit 8a7b5cc.
  • Loading branch information
pfefferle committed Jan 20, 2025
1 parent 8a7b5cc commit 2d59047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/collection/class-outbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public static function add( $activity_object, $activity_type, $user_id, $content
'post_content' => $activity_object->to_json(),
// ensure that user ID is not below 0.
'post_author' => \max( $user_id, 0 ),
'post_status' => 'pending',
'post_status' => 'draft',
'meta_input' => array(
'_activitypub_activity_type' => $activity_type,
'_activitypub_activity_actor' => $actor,
Expand Down

0 comments on commit 2d59047

Please sign in to comment.