using profile revision for logo

This commit is contained in:
balzack 2022-10-16 14:38:26 -07:00
parent 04d520748b
commit e238bff778

View File

@ -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';