Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const getThreadMessageConnectionOptions = {
};

// Any thread with less than 50 messages just load all of 'em
if (props.threadMessageCount >= 50) {
if (props.thread.messageCount >= 50) {
// If the thread was active after the user last saw it, only load the new messages
if (props.lastSeen) {
if (
Expand Down