@@ -28,10 +28,7 @@ type ChatInfoDTO struct {
}
func (c *ChatInfoDTO) GetStatus() UserState {
if c.Status == "" {
return UserStateNone
return UserStateGo
return UserState(c.Status)
type Workout struct {
The note is not visible to the blocked user.