}
// Looks like it's new
// Add the post's num to the full topic, we'll
// update it for real with newTopic.
fullTopic.addPost(newPost.getNum()); newPosts++;
// Comment too long. Click here to view the full text.
// This means we have to refresh the full thread
if(newPost.isOmitted()) mustRefresh = true;
}