mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
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:
parent
48b92d8897
commit
448a564845
@ -749,7 +749,6 @@ class TopicView
|
|||||||
end
|
end
|
||||||
|
|
||||||
def filter_posts_by_ids(post_ids)
|
def filter_posts_by_ids(post_ids)
|
||||||
# TODO: Sort might be off
|
|
||||||
@posts = Post.where(id: post_ids, topic_id: @topic.id)
|
@posts = Post.where(id: post_ids, topic_id: @topic.id)
|
||||||
.includes(
|
.includes(
|
||||||
{ user: :primary_group },
|
{ user: :primary_group },
|
||||||
|
Loading…
Reference in New Issue
Block a user