mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
Replace "post" with "comment" in comment_report_view.rs (#4989)
This commit is contained in:
parent
d479bb96c6
commit
ae3df4db72
@ -196,7 +196,7 @@ impl CommentReportView {
|
|||||||
queries().read(pool, (report_id, my_person_id)).await
|
queries().read(pool, (report_id, my_person_id)).await
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Returns the current unresolved post report count for the communities you mod
|
/// Returns the current unresolved comment report count for the communities you mod
|
||||||
pub async fn get_report_count(
|
pub async fn get_report_count(
|
||||||
pool: &mut DbPool<'_>,
|
pool: &mut DbPool<'_>,
|
||||||
my_person_id: PersonId,
|
my_person_id: PersonId,
|
||||||
|
Loading…
Reference in New Issue
Block a user