Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 336574c

Browse files
authored
Remove currentAvatarAssetUrl from streaming docs (#149)
1 parent 4b0f5e8 commit 336574c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/tutorials/websocket.markdown

Lines changed: 1 addition & 2 deletions
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 extra `currentAvatar` and `currentAvatarAssetUrl` fields.
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.
339339

340340
```json
341341
{
@@ -345,7 +345,6 @@ 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",
349348
"currentAvatarImageUrl": ":assetUrl",
350349
"currentAvatarThumbnailImageUrl": ":assetUrl",
351350
"displayName": ":displayName",

0 commit comments

Comments
 (0)