Skip to content

Commit 5cecd4b

Browse files
authored
Merge branch 'trunk' into change/simplify-follow-returns
2 parents d45c63c + 06e44b8 commit 5cecd4b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+4202
-1272
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: minor
2+
Type: changed
3+
4+
Improved recipient handling for clarity and improved visibility handling of activities.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: minor
2+
Type: changed
3+
4+
Standardized notification handling with new hooks for better extensibility and consistency.

activitypub.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ function plugin_init() {
8080
\add_action( 'init', array( __NAMESPACE__ . '\Migration', 'init' ), 1 );
8181
\add_action( 'init', array( __NAMESPACE__ . '\Move', 'init' ) );
8282
\add_action( 'init', array( __NAMESPACE__ . '\Options', 'init' ) );
83+
\add_action( 'init', array( __NAMESPACE__ . '\Post_Types', 'init' ) );
8384
\add_action( 'init', array( __NAMESPACE__ . '\Scheduler', 'init' ) );
8485
\add_action( 'init', array( __NAMESPACE__ . '\Search', 'init' ) );
8586
\add_action( 'init', array( __NAMESPACE__ . '\Signature', 'init' ) );

0 commit comments

Comments
 (0)