X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/f6f1d88969e12eadb7013397cdad3c4c5625988c..0ed5132769e88cb385b5240986b706430f0ccd72:/hotline/account.go?ds=sidebyside 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 }