]> Untitled Git - lemmy.git/blobdiff - crates/db_views/src/comment_report_view.rs
Adding hot_rank columns in place of function sorting. (#2952)
[lemmy.git] / crates / db_views / src / comment_report_view.rs
index 8d4ae54ee51626bc572ec39e7adc3ed6d191b517..4a5397b32f633b067906b656fd56859f33497e78 100644 (file)
@@ -477,6 +477,7 @@ mod tests {
         downvotes: 0,
         published: agg.published,
         child_count: 0,
+        hot_rank: 1728,
       },
       my_vote: None,
       resolver: None,