mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 01:16:19 +00:00
None of the existing custom profile field types have the value as an integer like declared in many places - nor is it a string like currently decalred in types.py. The correct type is Union[str, List[int]]. Rather than tracking this in so many places throughout the codebase, we add a new ProfileDataElementValue type and insert it where appropriate.
7.6 KiB
7.6 KiB