HTTP.GET /user/report_count
Usage
lemmy_get_report_count(
community_id = NULL,
auth,
.lemmy_instance = getOption("lemmy_instance", "https://lemmy.world")
)
Arguments
- community_id
(Optional) A numeric value.
- auth
A character value.
- .lemmy_instance
Default: "https://lemmy.world". Change the default instance by setting the
lemmy_instance
options()
.