mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
The payload might contain colons and commas within keys and values entered by the user. Simply splitting the fields using ", " is therefore unreliable and can lead to incorrect parsing. Hence, this commit updates the logic for splitting fields in the pretty data of the Jotform payload. Fixes #32461.