mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 03:11:54 +00:00
recent view: Rename topics to conversations in code comments.
This commit is contained in:
@@ -160,7 +160,7 @@ export function initialize() {
|
||||
// When the message selection changes, change the label on the Reply button.
|
||||
$(document).on("message_selected.zulip", () => {
|
||||
if (narrow_state.is_message_feed_visible()) {
|
||||
// message_selected events can occur with recent topics
|
||||
// message_selected events can occur with Recent Conversations
|
||||
// open due to "All messages" loading in the background,
|
||||
// so we only update if message feed is visible.
|
||||
update_reply_recipient_label();
|
||||
|
||||
Reference in New Issue
Block a user