Enha: roomid confusion
This commit is contained in:
@ -380,7 +380,7 @@ type WordCard struct {
|
||||
Word string `json:"word" db:"word"`
|
||||
Color WordColor `json:"color" db:"color"`
|
||||
Revealed bool `json:"revealed" db:"revealed"`
|
||||
Mime bool `json:"mime" db:"mime"` // user who sees that card is mime
|
||||
Mime bool `json:"mime" db:"mime_view"` // user who sees that card is mime
|
||||
Mark []CardMark `json:"marks" db:"-"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user