lemmy_get_report_count | R Documentation |
HTTP.GET /user/report_count
lemmy_get_report_count(
community_id = NULL,
auth,
.lemmy_instance = getOption("lemmy_instance", "https://lemmy.world")
)
community_id |
(Optional) A numeric value. |
auth |
A character value. |
.lemmy_instance |
Default: "https://lemmy.world". Change the default instance by setting the |
A list
of length 4:
<list> |-community_id: (Optional) A numeric value |-comment_reports: A numeric value |-post_reports: A numeric value `-private_message_reports: (Optional) A numeric value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.