Skip to content

Commit beae4ca

Browse files
authored
Revert "Remove currentAvatarAssetUrl from streaming docs (#149)" (#152)
This reverts commit 336574c.
1 parent 336574c commit beae4ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/tutorials/websocket.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ A "`friend-location`" event is sent when one of the user's friends has changed i
335335
User events are relating to the current user logged in.
336336

337337
#### user-update
338-
A "`user-update`" event is sent when something regarding the user has been updated. Note that the "`user`" object is **not** a LimitedUser object, even though it has similarities. It's missing `developerType`, `friendKey`, `isFriend`, `last_platform` and `location`. It also has an extra `currentAvatar` field.
338+
A "`user-update`" event is sent when something regarding the user has been updated. Note that the "`user`" object is **not** a LimitedUser object, even though it has similarities. It's missing `developerType`, `friendKey`, `isFriend`, `last_platform` and `location`. It also has extra `currentAvatar` and `currentAvatarAssetUrl` fields.
339339

340340
```json
341341
{
@@ -345,6 +345,7 @@ A "`user-update`" event is sent when something regarding the user has been updat
345345
"user": {
346346
"bio": ":bioString",
347347
"currentAvatar": ":avatarId",
348+
"currentAvatarAssetUrl": ":assetUrl",
348349
"currentAvatarImageUrl": ":assetUrl",
349350
"currentAvatarThumbnailImageUrl": ":assetUrl",
350351
"displayName": ":displayName",

0 commit comments

Comments
 (0)