refactor: Extract RESOLVED_TOPIC_PREFIX in topic.py.

This is a prep commit for #18990.
This commit is contained in:
akshatdalton
2021-07-13 07:37:57 +00:00
committed by Tim Abbott
parent db476bdc51
commit 7ec406f39d
3 changed files with 5 additions and 5 deletions

View File

@@ -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