mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 00:18:12 +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.
21 KiB
21 KiB