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.
@@ -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.0-${userAgent}`);
53020
+ client.setUserAgent(`stream-chat-react-12.13.1-${userAgent}`);
53021
53021
  }
53022
53022
  client.threads.registerSubscriptions();
53023
53023
  client.polls.registerSubscriptions();