github.com/status-im/status-go@v1.1.0/protocol/common/code_control_flags.go (about) 1 package common 2 3 type CodeControlFlags struct { 4 // AutoRequestHistoricMessages indicates whether we should automatically request 5 // historic messages on getting online, connecting to store node, etc. 6 AutoRequestHistoricMessages bool 7 8 // CuratedCommunitiesUpdateLoopEnabled indicates whether we should disable the curated communities update loop. 9 // Usually should be disabled in tests. 10 CuratedCommunitiesUpdateLoopEnabled bool 11 }