From 48b4249790688035bea01073126d4c29380dc8b8 Mon Sep 17 00:00:00 2001 From: Hickays <114720595+Hickays@users.noreply.github.com> Date: Thu, 26 Oct 2023 10:18:38 +0800 Subject: [PATCH] fix: workspace app avatar is abnormal (#1411) --- web/app/components/share/chat/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/app/components/share/chat/index.tsx b/web/app/components/share/chat/index.tsx index 880fc0204..5d3a93e5f 100644 --- a/web/app/components/share/chat/index.tsx +++ b/web/app/components/share/chat/index.tsx @@ -341,6 +341,8 @@ const Main: FC = ({ app_id: installedAppInfo?.id, site: { title: installedAppInfo?.app.name, + icon: installedAppInfo?.app.icon, + icon_background: installedAppInfo?.app.icon_background, prompt_public: false, copyright: '', },