diff --git a/pkg/interface/src/views/apps/chat/components/ShareProfile.js b/pkg/interface/src/views/apps/chat/components/ShareProfile.js index 8f43f5504..baa2a7603 100644 --- a/pkg/interface/src/views/apps/chat/components/ShareProfile.js +++ b/pkg/interface/src/views/apps/chat/components/ShareProfile.js @@ -59,10 +59,10 @@ export const ShareProfile = (props) => { } else { const groupShared = await props.api.contacts.fetchIsAllowed( + `~${window.ship}`, + 'personal', res.entity, - res.name, - res.entity, - false + true ); setShowBanner(!groupShared); }