logicdn 1.0.763 → 1.0.764
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -485,7 +485,7 @@
|
|
485
485
|
<div class="thumb">
|
486
486
|
<img width="200" height="200" src="${
|
487
487
|
isOnline
|
488
|
-
? `//cdn.cbd.int/logicdn
|
488
|
+
? `//cdn.cbd.int/logicdn@${data.version}/logi.im/api/` +
|
489
489
|
friend.avatar
|
490
490
|
: randomAvatar(friend.avatar)
|
491
491
|
}?t=${Date.now()}" alt="${friend.name}">
|