mirror of https://github.com/zulip/zulip.git
3 lines
101 B
JavaScript
3 lines
101 B
JavaScript
|
/** The canonical form of the resolved-topic prefix. */
|
||
|
export const RESOLVED_TOPIC_PREFIX = "✔ ";
|