stream-chat-js icon indicating copy to clipboard operation
stream-chat-js copied to clipboard

JS / Browser Client - Build Chat with GetStream.io

Results 96 stream-chat-js issues
Sort by recently updated
recently updated
newest added

I'm integrating stream in a react native app. We have a feature in our app where you can initiate conversation with other people. My code when creating a channel goes...

## 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? Purpose of...

Any way we can mark a channel and/or message as unread? Thanks!

enhancement
need api support

Hello. Is it possible to create like a customer support channel? Every users complaint would be private to only us and them. Would I connect them the exact same way...

## 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? When supplying event callbacks,...

So I understand that an invite members framework exits. However, I am looking to implement the reverse of this. As in a user on my app would be able to...

Feature Request

Currently the Event type is this: ```ts export type Event< AttachmentType extends UnknownType = UnknownType, ChannelType extends UnknownType = UnknownType, CommandType extends string = LiteralStringForUnion, EventType extends UnknownType = UnknownType,...

enhancement

👋🏼 Hi, I tried to [freeze channel](https://getstream.io/chat/docs/node/disabling_channels/?language=javascript#freeze-a-channel) with ``` await channel.update( { frozen: true }, { text: 'Channel is frozen now', user_id: id } ) ``` then send message (UPD:...

This can lead to bugs due to bad caching. The channel.data is updated after * Updating the channel https://github.com/GetStream/stream-chat-js/blob/8ad1303162eec62e52d8526f74d146e9f55f1ecb/src/channel.ts#L558 * Watching the channel https://github.com/GetStream/stream-chat-js/blob/8ad1303162eec62e52d8526f74d146e9f55f1ecb/src/channel.ts#L744 The channel.data is not updated after...