mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
We have two different frontend implementations of computing the un-resolved form of a topic name, and they have a subtle -- but intentional -- difference in behavior. Factor them both out into the resolve_topic module, along with their inverse, and with comments and tests. |
||
|---|---|---|
| .. | ||
| emoji.js | ||
| fenced_code.js | ||
| internal_url.js | ||
| internal_url.js.flow | ||
| poll_data.js | ||
| resolved_topic.js | ||
| resolved_topic.js.flow | ||
| typeahead.js | ||
| typing_status.js | ||
| typing_status.js.flow | ||