Open
Description
In zulip/zulip#28468, we plan to rename "stream" to "channel" in the Zulip UI.
When we generate narrow links, for example in quote-and-reply, we should start using the "channel" operator instead of the "stream" operator. But we should be careful only to do so if the server feature level is above a certain threshold where the new operator is officially supported. We should also wait until a release with #5860 has been out for several weeks.
Related issues:
- Use "stream" or "channel" based on server version #5827 (for UI strings)
- Recognize "channel" as operator in narrow links #5860 (reading as opposed to writing narrow links)
- Generate narrow links using "channel" operator, not "stream" zulip#30385 (corresponding server/web issue)