Skip to content

Commit

Permalink
chore: announce to mesh by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusc93 committed Dec 2, 2024
1 parent f19c8a9 commit 82fce4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/warp-ipfs/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ impl Default for StoreSetting {
disable_images: false,
with_friends: false,
default_profile_picture: None,
announce_to_mesh: false,
announce_to_mesh: true,
}
}
}
Expand Down

0 comments on commit 82fce4f

Please sign in to comment.