Files
chatwoot/spec
Pranav cba79636cb fix(captain): compare date custom attributes stored as strings in audience matcher
Custom date attributes persist as ISO strings in jsonb, so is_greater_than/
is_less_than fell into the BigDecimal branch and never matched. Parse ISO
date strings as times, mirroring Contacts::FilterService coercion.
2026-07-14 17:45:12 -07:00
..