refactor: update externalName references in widget configuration and SDK

This commit is contained in:
mlogclub
2026-04-27 16:51:13 +08:00
parent cd9de63860
commit bc98fc572f
6 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ function getRuntimeImConfig() {
externalSource:
(widgetConfig.externalSource || OPEN_IM_EXTERNAL_SOURCE).trim() || "web_chat",
externalId: (widgetConfig.externalId || "").trim(),
externalName: (widgetConfig.subject || "").trim(),
externalName: (widgetConfig.externalName || "").trim(),
}
}