Enha: roomid confusion

This commit is contained in:
Grail Finder
2025-07-03 14:11:52 +03:00
parent 3fa0d608de
commit 873c35ab08
4 changed files with 10 additions and 4 deletions

View File

@ -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:"-"`
}