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.browser.cjs
CHANGED
|
@@ -53017,7 +53017,7 @@ var useChat = ({
|
|
|
53017
53017
|
if (!client) return;
|
|
53018
53018
|
const userAgent = client.getUserAgent();
|
|
53019
53019
|
if (!userAgent.includes("stream-chat-react")) {
|
|
53020
|
-
client.setUserAgent(`stream-chat-react-12.13.
|
|
53020
|
+
client.setUserAgent(`stream-chat-react-12.13.1-${userAgent}`);
|
|
53021
53021
|
}
|
|
53022
53022
|
client.threads.registerSubscriptions();
|
|
53023
53023
|
client.polls.registerSubscriptions();
|