| @@ -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 | } |