Bladeren bron

fix: workspace app avatar is abnormal (#1411)

Hickays 1 jaar geleden
bovenliggende
commit
48b4249790
1 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
  1. 2 0
      web/app/components/share/chat/index.tsx

+ 2 - 0
web/app/components/share/chat/index.tsx

@@ -341,6 +341,8 @@ const Main: FC<IMainProps> = ({
         app_id: installedAppInfo?.id,
         site: {
           title: installedAppInfo?.app.name,
+          icon: installedAppInfo?.app.icon,
+          icon_background: installedAppInfo?.app.icon_background,
           prompt_public: false,
           copyright: '',
         },