mirror of
https://github.com/status-im/status-go.git
synced 2025-01-18 18:55:47 +00:00
9 lines
227 B
Go
9 lines
227 B
Go
package common
|
|
|
|
type FeatureFlags struct {
|
|
// Datasync indicates whether direct messages should be sent exclusively
|
|
// using datasync, breaking change for non-v1 clients. Public messages
|
|
// are not impacted
|
|
Datasync bool
|
|
}
|