lemmy_get_unread_count | R Documentation |
HTTP.GET /user/unread_count
lemmy_get_unread_count(
auth,
.lemmy_instance = getOption("lemmy_instance", "https://lemmy.world")
)
auth |
A character value. |
.lemmy_instance |
Default: "https://lemmy.world". Change the default instance by setting the |
A list
of length 3:
<list> |-replies: A numeric value |-mentions: A numeric value `-private_messages: A numeric value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.