mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
In user type custom field, field value is list of user ids. We weren't converting list to json object in update event payload. This throws error in frontend, cause we store stringify representation of custom field value. Therefore, after update event is recieved field-value- type gets updated to array from string which throws json parsing error.
8.1 KiB
8.1 KiB