Skip to content

Commit

Permalink
Add "avatar" and "world" to listed contentRefreshContentTypeEnum valu…
Browse files Browse the repository at this point in the history
…es (#141)
  • Loading branch information
VinyarionHyarmendacil authored Oct 5, 2023
1 parent 7940e9f commit b510948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/tutorials/websocket.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ A "`content-refresh`" event is sent when the user adds or removes profile images
{
"type": "content-refresh",
"content": {
"contentType": ":contentRefreshContentTypeEnum", // One of: "gallery", "icon", "emoji", ???
"contentType": ":contentRefreshContentTypeEnum", // One of: "gallery", "icon", "emoji", "avatar", "world", ???
"actionType": ":contentRefreshActionTypeEnum" // One of: "created", "deleted", ???
}
}
Expand Down

0 comments on commit b510948

Please sign in to comment.