diff --git a/content/tutorials/websocket.markdown b/content/tutorials/websocket.markdown index ab23e94..2577a05 100644 --- a/content/tutorials/websocket.markdown +++ b/content/tutorials/websocket.markdown @@ -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", ??? } }