Skip to content

Commit

Permalink
call add_notification_defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Dec 20, 2024
1 parent a616296 commit 9faf36b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/class-migration.php
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ public static function update_comment_counts( $batch_size = 100, $offset = 0 ) {
*/
public static function add_default_settings() {
self::add_activitypub_capability();
self::add_notification_defaults();
}

/**
Expand Down

0 comments on commit 9faf36b

Please sign in to comment.