DEV: Remove super old code comment TODO (#13663)

This TODO comment has existed for 8 years. Sort must be working just
fine or we would have prioritized fixing it.

Removing this comment as a tiny step toward keeping our codebase nice
and tidy.
This commit is contained in:
Blake Erickson 2021-07-07 14:34:05 -06:00 committed by GitHub
parent 48b92d8897
commit 448a564845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -749,7 +749,6 @@ class TopicView
end
def filter_posts_by_ids(post_ids)
# TODO: Sort might be off
@posts = Post.where(id: post_ids, topic_id: @topic.id)
.includes(
{ user: :primary_group },