stream-chat-js
stream-chat-js copied to clipboard
JS / Browser Client - Build Chat with GetStream.io
The fact that channel data can be either `ChannelData` or `ChannelResponse` can be quite inconvenient since then it's not clear to typescript whether given property can exist on the `data`...
**Motivation** A clear and concise description of what the problem/opportunity is. Ex. I'm always frustrated when [...] hi 👋 we use different channel types within our app I.e messaging vs...
## 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 [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.13.0 to 7.24.1. Release notes Sourced from @babel/traverse's releases. v7.24.1 (2024-03-19) :bug: Bug Fix babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators #16350 Fix decorated class computed keys ordering (@JLHwung) #16344 Fix decorated...
## CLA - [ ] 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? Added SDK support...
Hi when will user block be supported in the SDK?
**Describe the bug** I received message from other user A, I muted that channel, user A still send message, I unmute that channel, unread count number show do not correct....
## 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? Add support...
REST call even does not return today's messages. curl --location --globoff 'https://chat.stream-io-api.com/search?user_id=svodotyka&connection_id=6638e11d-0a05-1777-0200-000000d25d55&api_key=XXXXXXXXX&payload={%22limit%22%3A100%2C%20%22filter_conditions%22%3A%20{%22id%22%3A%20%22t-003UG000007X0y5YAC-c-0057V00000AMZUUQA5%22%20}%2C%20%22message_filter_conditions%22%3A%20{%22created_at%22%3A%20{%20%22%24gt%22%3A%20%222024-05-09T23%3A00%3A00.048083Z%22%20}%20}}' \ --header 'Authorization: JUBK.eyJ1c2VyX2lkIjoic3ZvZG90eWthIn0.5dRsAriz0tzjWaJVBZXgIkpmi3JyRj_nN9XPTXzGuOU' \ --header 'Stream-Auth-Type: jwt' “filter_conditions”: {“id”: “t-003UG000007X0y5YAC-c-0057V00000AMZUUQA5” }, “message_filter_conditions”: {“created_at”: { “$gt”: “2024-05-09T23:00:00.048083Z” }...
Hey team, we attempted to upgrade stream-chat from version 8.2.1 to the latest one, but unfortunately, it caused our tests to fail. Please review the attached screenshots for more details....