recent view: Rename topics to conversations in code comments.

This commit is contained in:
evykassirer
2023-09-06 14:04:07 -07:00
committed by Tim Abbott
parent bfc6282d4f
commit 1e9bb82068
16 changed files with 37 additions and 36 deletions

View File

@@ -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();