mirror of
https://github.com/zulip/zulip.git
synced 2025-11-20 14:38:46 +00:00
message_list: Fix incorrect fetch_status check.
Fixes a typo introduced in 2084a91af9.
This commit is contained in:
@@ -443,8 +443,8 @@ export class MessageList {
|
||||
if (this.narrowed) {
|
||||
if (
|
||||
this.visibly_empty() &&
|
||||
this.data.has_found_oldest() &&
|
||||
this.data.has_found_newest()
|
||||
this.data.fetch_status.has_found_oldest() &&
|
||||
this.data.fetch_status.has_found_newest()
|
||||
) {
|
||||
// Show the empty narrow message only if we're certain
|
||||
// that the view doesn't have messages that we're
|
||||
|
||||
Reference in New Issue
Block a user