mirror of
https://github.com/zulip/zulip.git
synced 2025-11-08 16:01:58 +00:00
The pill typeahead can have pills of three different types: user, stream, and user_group. To be able to convert this module to typescript, we need to add a `type` attribute to differentiate between them. This commit also adds a `user_or_mention` type to some items in the composebox typeahead, because the composebox typeahead shares some functions with the pill typeahead and we need to be able to differentiate between the pill types being passed there.
4.3 KiB
4.3 KiB