112113114115116117118119120121122
if (isTopicVisible(msg)) { updateMessage(msg); if (withComments) { CommentList commentList = commentService.getCommentList(msg, true); reindexComments(msg, commentList); } } else { client