stream-chat-js
stream-chat-js copied to clipboard
JS / Browser Client - Build Chat with GetStream.io
Hello, My application has 2 tabs - `Inbox` and `Message Request`. - Filter for Inbox: ``` type: `messaging`, members: { $in: [user?.id] }, last_message_at: { $lt: new Date() }, member_count:...
## CLA - [ ] I have signed the [Stream CLA](https://docs.google.com/forms/d/e/1FAIpQLScFKsKkAJI7mhCr7K9rEIOpqIDThrWxuvxnwUq2XkHyG154vQ/viewform) (required). - [ ] Code changes are tested ## Description of the changes, What, Why and How? ## Changelog...
## CLA - [ ] I have signed the [Stream CLA](https://docs.google.com/forms/d/e/1FAIpQLScFKsKkAJI7mhCr7K9rEIOpqIDThrWxuvxnwUq2XkHyG154vQ/viewform) (required). - [ ] Code changes are tested ## Description of the changes, What, Why and How? ## Changelog...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...
## Description of the changes, What, Why and How? Few weeks ago we received a [GH issue](https://github.com/GetStream/stream-chat-react/issues/2306) where integrator mentions, that muting a channel with unread count `> 0` will...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.13.0 to 7.24.0. Release notes Sourced from @babel/traverse's releases. v7.24.0 (2024-02-28) Thanks @ajihyf for your first PR! Release post with summary and highlights: https://babeljs.io/7.24.0 :rocket: New Feature...
## CLA - [x] I have signed the [Stream CLA](https://docs.google.com/forms/d/e/1FAIpQLScFKsKkAJI7mhCr7K9rEIOpqIDThrWxuvxnwUq2XkHyG154vQ/viewform) (required). - [x] Code changes are tested ## Description of the changes, What, Why and How? Those properties were missing...
Hello, after update to version `8.12.0`, I receive this `tsc` error in my project, what can I do here? ``` $ tsc -p tsconfig.json --noEmit --pretty node_modules/stream-chat/src/client.ts:1784:45 - error TS2345:...