mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-25 13:51:19 +00:00
Replace "post" with "comment" in comment_report_view.rs (#4989)
This commit is contained in:
parent
d479bb96c6
commit
ae3df4db72
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue