From 89273604430e59ac431254c1989b7193f8e9f30e Mon Sep 17 00:00:00 2001 From: Vinyarion <38413862+VinyarionHyarmendacil@users.noreply.github.com> Date: Wed, 4 Oct 2023 21:58:11 -0500 Subject: [PATCH] Add "avatar" and "world" to listed contentRefreshContentTypeEnum values --- content/tutorials/websocket.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ??? } }