]> git.r.bdr.sh - rbdr/mobius/blobdiff - hotline/account.go
Fix broken io.Reader implementations
[rbdr/mobius] / hotline / account.go
index 3ad068797294c91e5b8e159a64364d0cdf77ac48..18965ed5ea1b4a9ae5cb711eff4c0d181a11c255 100644 (file)
@@ -15,7 +15,7 @@ type Account struct {
        Login    string       `yaml:"Login"`
        Name     string       `yaml:"Name"`
        Password string       `yaml:"Password"`
        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
 }
 
        readOffset int // Internal offset to track read progress
 }