Skip to content

Commit

Permalink
Merge branch 'master' into warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcom committed Oct 26, 2024
2 parents 8403ebf + 20b1b50 commit d365ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/ru/org/linux/topic/TopicController.scala
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ class TopicController(sectionService: SectionService, topicDao: TopicDao, prepar
params.put("threadMode", Boolean.box(true))
params.put("threadRoot", Integer.valueOf(threadRoot))

(commentService.getCommentsSubtree(comments, threadRoot, hideSet),
(commentService.getCommentsSubtree(comments, threadRoot, hideSet).sortBy(_.id),
commentService.getCommentsSubtree(comments, threadRoot, Set.empty[Int]).size)
} else {
(getCommentsForPage(comments, page, tmpl.getProf.getMessages, hideSet),
Expand Down

0 comments on commit d365ffb

Please sign in to comment.