diff --git a/pkg/config/config.go b/pkg/config/config.go index fec30a374..d0e424c2c 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -382,7 +382,7 @@ type TypingConfig struct { // PlaceholderConfig controls placeholder message behavior (Phase 10). type PlaceholderConfig struct { - Enabled bool `json:"enabled"` + Enabled bool `json:"enabled"` Text FlexibleStringSlice `json:"text,omitempty"` }