Uh oh!
There was an error while loading. Please reload this page.
[C-4968] Sort pinned comments to top - #9677
Conversation
|
audius-infra
commented
Sep 8, 2024
Preview this change https://demo.audius.co/c-4968-pin-sort |
| Comment.is_delete == False, | ||
| ) | ||
| .order_by(asc(Comment.created_at)) | ||
| .order_by(desc(Comment.is_pinned), sort_method_order_by) |
There was a problem hiding this comment.
I'm assuming this is the only change over the other PR?
DejayJD
left a comment
There was a problem hiding this comment.
Looks straightforward to me (after the other PR goes in)
4fea40a to
622b534Compare
Description
Ensures pinned comments are sorted to the top of the sort list.
Adds test
Note, his includes all the sort changes, which have yet to be reviewed in another pr