Merge remote-tracking branch 'origin/develop' into webv2

This commit is contained in:
Gabe Kangas
2022-10-02 21:44:06 -07:00
21 changed files with 695 additions and 419 deletions

View File

@@ -362,7 +362,7 @@ func (s *Server) eventReceived(event chatClientEvent) {
case events.UserColorChanged:
s.userColorChanged(event)
default:
log.Debugln(eventType, "event not found:", typecheck)
log.Debugln(logSanitize(fmt.Sprint(eventType)), "event not found:", logSanitize(fmt.Sprint(typecheck)))
}
}