feat: default bcc_self to 0 for new accounts

This commit is contained in:
link2xt
2025-11-13 12:37:44 +00:00
committed by l
parent cdfe436124
commit 22ebd6436f
6 changed files with 51 additions and 18 deletions

View File

@@ -549,6 +549,7 @@ impl TestContext {
ctx.set_config(Config::SkipStartMessages, Some("1"))
.await
.unwrap();
ctx.set_config(Config::BccSelf, Some("1")).await.unwrap();
ctx.set_config(Config::SyncMsgs, Some("0")).await.unwrap();
Self {