diff --git a/user/user.go b/user/user.go index 443f451..e8b8e5c 100644 --- a/user/user.go +++ b/user/user.go @@ -20,7 +20,7 @@ type User struct { Group string `json:"group"` Password string `json:"hashed_password"` RegisteredAt time.Time `json:"registered_on"` - // Source is where the user from. Valid values: valid, telegram. + // Source is where the user from. Valid values: local, telegram. Source string `json:"source"` sync.RWMutex