diff --git a/app/components/post_list/post_list.js b/app/components/post_list/post_list.js index 50327f5c3..1488b7ca1 100644 --- a/app/components/post_list/post_list.js +++ b/app/components/post_list/post_list.js @@ -346,7 +346,7 @@ export default class PostList extends PureComponent { ref='list' data={postIds} extraData={this.makeExtraData(channelId, highlightPostId, this.props.extraData)} - initialNumToRender={false} + initialNumToRender={10} maxToRenderPerBatch={INITIAL_BATCH_TO_RENDER + 1} inverted={true} keyExtractor={this.keyExtractor}