mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
tooltip: Change tooltip info for default topic menu option.
Earlier tooltip info for the default topic menu notification option had static string to display. This commit changes the string info and includes channel name and its corresponding privacy icon to display in the tooltip.
This commit is contained in:
committed by
Tim Abbott
parent
4ef7394df4
commit
1ccf5e3ac3
@@ -436,6 +436,7 @@ function format_topic(
|
||||
is_topic: true,
|
||||
stream_id,
|
||||
topic_name: topic,
|
||||
stream_name: stream_data.get_stream_name_from_id(stream_id),
|
||||
unread_count: topic_unread_count,
|
||||
conversation_key: get_topic_key(stream_id, topic),
|
||||
topic_url: hash_util.by_stream_topic_url(stream_id, topic),
|
||||
|
||||
Reference in New Issue
Block a user