mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2025-02-05 16:34:43 +00:00
show_mod_reports
This commit is contained in:
parent
82e98069c2
commit
ebdb90d94f
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue