Explorar o código

fix: workspace app avatar is abnormal (#1411)

Hickays hai 1 ano
pai
achega
48b4249790
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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: '',
         },