We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d23bb3 commit d4bc6e0Copy full SHA for d4bc6e0
includes/class-migration.php
@@ -475,8 +475,8 @@ private static function add_activitypub_capability() {
475
* Add default notification settings.
476
*/
477
private static function add_notification_defaults() {
478
- \update_option( 'activitypub_mailer_new_follower', '1', false );
479
- \update_option( 'activitypub_mailer_new_dm', '1', false );
+ \update_option( 'activitypub_mailer_new_follower', '1' );
+ \update_option( 'activitypub_mailer_new_dm', '1' );
480
}
481
482
/**
0 commit comments