recent: Rename some variables referencing recent_topics.

This commit is contained in:
evykassirer
2023-09-06 15:02:24 -07:00
committed by Tim Abbott
parent 54acc3fccf
commit d3e561dbb1
3 changed files with 9 additions and 9 deletions

View File

@@ -312,7 +312,7 @@ export function respond_to_message(opts) {
if (message === undefined) {
// Open empty compose with nothing pre-filled since
// user is not focused on any table row.
start("stream", {trigger: "recent_topics_nofocus"});
start("stream", {trigger: "recent_view_nofocus"});
return;
}
} else {