mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 17:06:31 -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
|
||||
|
||||
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 },
|
||||
|
Loading…
Reference in New Issue
Block a user