recent_conversation: Make all topics visible with compose open.

Fixes #25751
This commit is contained in:
Aman Agrawal
2023-05-30 00:29:27 +05:30
committed by Tim Abbott
parent 43b83588c9
commit 0f4bccd107
5 changed files with 29 additions and 6 deletions

View File

@@ -170,6 +170,9 @@ mock_esm("../src/unread", {
},
topic_has_any_unread_mentions: () => false,
});
mock_esm("../src/resize", {
update_recent_topics_filters_height: noop,
});
const {all_messages_data} = zrequire("all_messages_data");
const people = zrequire("people");