mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-24 17:23:50 +02:00
add usericon props
This commit is contained in:
@@ -1042,6 +1042,7 @@ import gameLogService from './service/gamelog.js'
|
|||||||
id: '',
|
id: '',
|
||||||
username: '',
|
username: '',
|
||||||
displayName: '',
|
displayName: '',
|
||||||
|
userIcon: '',
|
||||||
bio: '',
|
bio: '',
|
||||||
bioLinks: [],
|
bioLinks: [],
|
||||||
pastDisplayNames: [],
|
pastDisplayNames: [],
|
||||||
@@ -1135,6 +1136,7 @@ import gameLogService from './service/gamelog.js'
|
|||||||
id: '',
|
id: '',
|
||||||
username: '',
|
username: '',
|
||||||
displayName: '',
|
displayName: '',
|
||||||
|
userIcon: '',
|
||||||
bio: '',
|
bio: '',
|
||||||
bioLinks: [],
|
bioLinks: [],
|
||||||
currentAvatarImageUrl: '',
|
currentAvatarImageUrl: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user