mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 01:47:41 +00:00
refactor: Extract RESOLVED_TOPIC_PREFIX in topic.py.
This is a prep commit for #18990.
This commit is contained in:
@@ -16,6 +16,9 @@ TOPIC_NAME = "subject"
|
||||
TOPIC_LINKS = "topic_links"
|
||||
MATCH_TOPIC = "match_subject"
|
||||
|
||||
# Prefix use to mark topic as resolved.
|
||||
RESOLVED_TOPIC_PREFIX = "✔ "
|
||||
|
||||
# This constant is actually embedded into
|
||||
# the JSON data for message edit history,
|
||||
# so we'll always need to handle legacy data
|
||||
|
||||
Reference in New Issue
Block a user