mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 17:36:27 +00:00
refactor: Extract RESOLVED_TOPIC_PREFIX in topic.py.
This is a prep commit for #18990.
This commit is contained in:
@@ -158,6 +158,7 @@ from zerver.lib.timezone import canonicalize_timezone
|
||||
from zerver.lib.topic import (
|
||||
LEGACY_PREV_TOPIC,
|
||||
ORIG_TOPIC,
|
||||
RESOLVED_TOPIC_PREFIX,
|
||||
TOPIC_LINKS,
|
||||
TOPIC_NAME,
|
||||
filter_by_exact_message_topic,
|
||||
@@ -5697,9 +5698,6 @@ class MessageUpdateUserInfoResult(TypedDict):
|
||||
mention_user_ids: Set[int]
|
||||
|
||||
|
||||
RESOLVED_TOPIC_PREFIX = "✔ "
|
||||
|
||||
|
||||
def maybe_send_resolve_topic_notifications(
|
||||
*,
|
||||
user_profile: UserProfile,
|
||||
|
||||
Reference in New Issue
Block a user