From e238bff778483a4cb4cf0075d9b21091e21d5c7e Mon Sep 17 00:00:00 2001 From: balzack Date: Sun, 16 Oct 2022 14:38:26 -0700 Subject: [PATCH] using profile revision for logo --- .../src/session/conversation/topicItem/useTopicItem.hook.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/mobile/src/session/conversation/topicItem/useTopicItem.hook.js b/app/mobile/src/session/conversation/topicItem/useTopicItem.hook.js index 0080f637..3fc0ebcd 100644 --- a/app/mobile/src/session/conversation/topicItem/useTopicItem.hook.js +++ b/app/mobile/src/session/conversation/topicItem/useTopicItem.hook.js @@ -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';