stream-chat-react 12.6.1 → 12.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.node.cjs
CHANGED
|
@@ -54534,7 +54534,7 @@ var useChat = ({
|
|
|
54534
54534
|
if (!client) return;
|
|
54535
54535
|
const userAgent = client.getUserAgent();
|
|
54536
54536
|
if (!userAgent.includes("stream-chat-react")) {
|
|
54537
|
-
client.setUserAgent(`stream-chat-react-12.6.
|
|
54537
|
+
client.setUserAgent(`stream-chat-react-12.6.2-${userAgent}`);
|
|
54538
54538
|
}
|
|
54539
54539
|
client.threads.registerSubscriptions();
|
|
54540
54540
|
client.polls.registerSubscriptions();
|