PluginProbe
ActivityPub / 8.0.2
ActivityPub v8.0.2
9.3.1 9.3.0 9.2.2 9.2.1 9.2.0 9.1.0 9.0.2 9.0.1 9.0.0 8.3.0 8.2.1 8.2.0 8.1.1 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.2.0 1.3.0 2.0.0 2.0.1 2.1.0 2.1.1 All 160 releases
← All changes | includes/scheduler/class-post.php +0 -8 8.3.08.0.2 View file →
@@ -107,16 +107,8 @@
107 107 if ( empty( $type ) ) {
108 108 return;
109 109 }
110 110
111 - /*
112 - * If the post was already federated and this is a Create, skip.
113 - * The outbox controller already added it to the outbox.
114 - */
115 - if ( ACTIVITYPUB_OBJECT_STATE_FEDERATED === $object_status && 'Create' === $type ) {
116 - return;
117 - }
118 -
119 111 // If the post was never federated before, it should be a Create activity.
120 112 if ( empty( $object_status ) && 'Update' === $type ) {
121 113 $type = 'Create';
122 114 }