Skip to content

Commit

Permalink
Change a default setting that is a bit problematic
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedilger committed Jan 7, 2025
1 parent 550cd69 commit 636e746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gossip-lib/src/storage/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ impl Storage {
u64,
60 * 15
);
def_setting!(hide_mutes_entirely, b"hide_mutes_entirely", bool, true);
def_setting!(hide_mutes_entirely, b"hide_mutes_entirely", bool, false);
def_setting!(reactions, b"reactions", bool, true);
def_setting!(enable_zap_receipts, b"enable_zap_receipts", bool, true);
def_setting!(show_media, b"show_media", bool, true);
Expand Down

0 comments on commit 636e746

Please sign in to comment.