Skip to content

Commit d4bc6e0

Browse files
committed
autoload
1 parent 3d23bb3 commit d4bc6e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/class-migration.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -475,8 +475,8 @@ private static function add_activitypub_capability() {
475475
* Add default notification settings.
476476
*/
477477
private static function add_notification_defaults() {
478-
\update_option( 'activitypub_mailer_new_follower', '1', false );
479-
\update_option( 'activitypub_mailer_new_dm', '1', false );
478+
\update_option( 'activitypub_mailer_new_follower', '1' );
479+
\update_option( 'activitypub_mailer_new_dm', '1' );
480480
}
481481

482482
/**

0 commit comments

Comments
 (0)