fix: custom uid (#3177)

* chat api doc

* fix: custom uid
This commit is contained in:
Archer
2024-11-18 10:27:52 +08:00
committed by GitHub
parent b237a3ec55
commit d8d9b936c4
2 changed files with 4 additions and 2 deletions

View File

@@ -385,7 +385,7 @@ const Render = (props: Props) => {
const [isLoaded, setIsLoaded] = useState(false);
const contextParams = useMemo(() => {
return { shareId, outLinkUid: authToken || localUId || customUid };
return { shareId, outLinkUid: authToken || customUid || localUId };
}, [authToken, customUid, localUId, shareId]);
useMount(() => {