X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/95159e5585762c06c654945070ba54262b7dcec9..5954ccad9c87063231f3a8bb3e5d01675a9865ca:/hotline/account.go diff --git a/hotline/account.go b/hotline/account.go index 3ad0687..18965ed 100644 --- a/hotline/account.go +++ b/hotline/account.go @@ -15,7 +15,7 @@ type Account struct { Login string `yaml:"Login"` Name string `yaml:"Name"` Password string `yaml:"Password"` - Access accessBitmap `yaml:"Access"` + Access accessBitmap `yaml:"Access,flow"` readOffset int // Internal offset to track read progress }