Skip to content
This repository was archived by the owner on Apr 12, 2026. It is now read-only.

Commit b510948

Browse files
Add "avatar" and "world" to listed contentRefreshContentTypeEnum values (#141)
1 parent 7940e9f commit b510948

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/tutorials/websocket.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ A "`content-refresh`" event is sent when the user adds or removes profile images
354354
{
355355
"type": "content-refresh",
356356
"content": {
357-
"contentType": ":contentRefreshContentTypeEnum", // One of: "gallery", "icon", "emoji", ???
357+
"contentType": ":contentRefreshContentTypeEnum", // One of: "gallery", "icon", "emoji", "avatar", "world", ???
358358
"actionType": ":contentRefreshActionTypeEnum" // One of: "created", "deleted", ???
359359
}
360360
}

0 commit comments

Comments
 (0)