diff --git a/sparkles.go b/sparkles.go index e94efcd..8c7f9bd 100644 --- a/sparkles.go +++ b/sparkles.go @@ -14,6 +14,7 @@ type Sparkle struct { Sparkler string `json:"sparkler"` Sparklee string `json:"sparklee"` Reason string `json:"reason,omitempty"` + Room string `json:"room,omitempty"` Time time.Time `json:"time,omitempty"` }