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

React Chat SDK ➜ Stream Chat 💬

Results 199 stream-chat-react issues
Sort by recently updated
recently updated
newest added

## Motivation - The Chat API does not provide a flag stating, whether there are more messages to be paginated over. - There is missing a unified logic in the...

feature

## Motivation The following values describe the `Channel`. Among them, there are many that actually do not belong to the `Channel`, but rather to `MessageList` ( | value | pertains...

feature

**Motivation** I would like to be able to replace the `` in the `` component with my own. **Proposed solution** Allow me to pass a `DeliveredCheckIcon` prop in to `MessageStatus`?...

feature

### 🎯 Goal 1. When thread is open no additional pagination requests are executed for the query message list 2. When thread is open Thread's message list is scrolled to...

bug
status:confirmed

**Describe the bug** Client initiation with `StreamChat.getInstance` method is not reliable and leads to multiple / no client instances in the application state. We have already updated the documentation demonstrating...

bug
docs
status:confirmed

We can populate messages across several days using this: ```js const jwt = JWTServerToken(STREAM_SECRET) axios.post(`https://chat.stream-io-api.com/channels/messaging/group-9527/import?api_key=${STREAM_API_KEY}`, { messages: [{ text: 'Hello in the past 888', user_id: 'some-user-id', created_at: '2021-02-11T20:51:25.030Z', }], },...

infrastructure

We are using the infinite scroll feature to try and get all the channels for the user. The expected is that the `ChannelList` will load channels automatically. It appears the...

**Describe the bug** When replying in a thread to a message containing only an audio recording, the reply contains the audio element, but it's not playable. Console says: ``` Uncaught...

bug
status: unconfirmed

**Motivation** Every time the Thread component is rendered a new HTTP request is fired to retrieve its data. This happens even though the client could update the thread state based...

feature

**Motivation** A clear and concise description of what the problem/opportunity is. Ex. I'm always frustrated when [...] As shown following attached image, the display order of attached images in the...

feature