Skip to content

Commit

Permalink
use add_option
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Dec 20, 2024
1 parent d4bc6e0 commit a616296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/class-migration.php
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,8 @@ private static function add_activitypub_capability() {
* Add default notification settings.
*/
private static function add_notification_defaults() {
\update_option( 'activitypub_mailer_new_follower', '1' );
\update_option( 'activitypub_mailer_new_dm', '1' );
\add_option( 'activitypub_mailer_new_follower', '1' );
\add_option( 'activitypub_mailer_new_dm', '1' );
}

/**
Expand Down

0 comments on commit a616296

Please sign in to comment.