refactor: update externalName references in widget configuration and SDK
This commit is contained in:
+1
-1
@@ -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(),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user