@@ -101,6 +101,9 @@ func (c *Config) Export() ([]byte, error) {
}
func (c *Config) CompanyIsRegistered(id uint8) bool {
if id == 255 {
return false
for _, cc := range c.Clients {
if cc.CompanyID == id {
return true
The note is not visible to the blocked user.