mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-16 18:07:11 -05:00
Set Retroshare image if no gxs identity is passed
This commit is contained in:
parent
0a3a04c245
commit
402a2562c5
@ -39,6 +39,8 @@ Item
|
||||
{
|
||||
console.log("getDetails() ", compRoot.gxs_id )
|
||||
++compRoot.avatarAttemptCnt
|
||||
if (gxs_id)
|
||||
{
|
||||
rsApi.request(
|
||||
"/identity/get_identity_details",
|
||||
JSON.stringify({ gxs_id: compRoot.gxs_id }),
|
||||
@ -50,6 +52,12 @@ Item
|
||||
compRoot.avatarAttemptCnt < 3) getDetails()
|
||||
})
|
||||
}
|
||||
else
|
||||
{
|
||||
has_avatar = true
|
||||
contactAvatar.source = "/icons/retroshare06.png"
|
||||
}
|
||||
}
|
||||
function setDetails(data)
|
||||
{
|
||||
compRoot.has_avatar = data.avatar.length > 0
|
||||
|
Loading…
Reference in New Issue
Block a user