mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
using profile revision for logo
This commit is contained in:
parent
04d520748b
commit
e238bff778
@ -60,7 +60,7 @@ export function useTopicItem(item) {
|
||||
const contact = card.actions.getByGuid(guid);
|
||||
if (contact) {
|
||||
if (contact.profile.imageSet) {
|
||||
logo = card.actions.getCardLogo(contact.cardId, contact.revision);
|
||||
logo = card.actions.getCardLogo(contact.cardId, contact.profileRevision);
|
||||
}
|
||||
else {
|
||||
logo = 'avatar';
|
||||
|
Loading…
Reference in New Issue
Block a user