stream-chat-react 12.13.0 → 12.13.1
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/components/Chat/hooks/useChat.js +1 -1
- package/dist/css/v2/emoji-mart.css +1 -1
- package/dist/css/v2/index.css +1 -3
- package/dist/css/v2/index.layout.css +1 -3
- package/dist/index.browser.cjs +1 -1
- package/dist/index.browser.cjs.map +1 -1
- package/dist/index.node.cjs +1 -1
- package/dist/index.node.cjs.map +1 -1
- package/dist/scss/v2/Channel/Channel-layout.scss +2 -1
- package/dist/scss/v2/vendor/react-image-gallery.scss +3 -1
- package/package.json +6 -6
package/dist/index.node.cjs
CHANGED
|
@@ -57697,7 +57697,7 @@ var useChat = ({
|
|
|
57697
57697
|
if (!client) return;
|
|
57698
57698
|
const userAgent = client.getUserAgent();
|
|
57699
57699
|
if (!userAgent.includes("stream-chat-react")) {
|
|
57700
|
-
client.setUserAgent(`stream-chat-react-12.13.
|
|
57700
|
+
client.setUserAgent(`stream-chat-react-12.13.1-${userAgent}`);
|
|
57701
57701
|
}
|
|
57702
57702
|
client.threads.registerSubscriptions();
|
|
57703
57703
|
client.polls.registerSubscriptions();
|