We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3253731 commit 5ff39c4Copy full SHA for 5ff39c4
includes/handler/class-inbox.php
@@ -39,7 +39,7 @@ public static function handle_inbox_requests( $data, $user_id, $type, $activity
39
*
40
* @param array $activity_types The activity types to persist in the inbox.
41
*/
42
- $activity_types = \apply_filters( 'activitypub_persist_inbox_activity_types', array( 'Create', 'Update' ) );
+ $activity_types = \apply_filters( 'activitypub_persist_inbox_activity_types', array( 'Create', 'Update', 'Follow' ) );
43
$activity_types = \array_map( 'strtolower', $activity_types );
44
45
if ( ! \in_array( \strtolower( $type ), $activity_types, true ) ) {
0 commit comments