From ebdb90d94f0d136ac88d20cb7946dc84a9837314 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Wed, 5 Feb 2025 15:58:27 +0100 Subject: [PATCH] show_mod_reports --- src/types/ListReports.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/types/ListReports.ts b/src/types/ListReports.ts index 45d5a76..067af5d 100644 --- a/src/types/ListReports.ts +++ b/src/types/ListReports.ts @@ -26,4 +26,8 @@ export type ListReports = { community_id?: CommunityId; page_cursor?: ReportCombinedPaginationCursor; page_back?: boolean; + /** + * Only for admins: also show reports destined to community mods + */ + show_mod_reports?: boolean; };