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

### 🎯 Goal Allow integrators to influence the "processing" of messages before they are rendered. The adjustment is possible for each message retrieved from the back-end by passing `reviewProcessedMessage` prop...

**Describe the bug** A clear and concise description of what the bug is. There are some cases where the mentions don't work at all (it don't render the component as...

bug
status:confirmed

# Submit a pull request ### 🎯 Goal _Describe why we are making this change_ ### 🛠 Implementation details _Provide a description of the implementation_ ### 🎨 UI Changes _Add...

### 🎯 Goal Allow integrators to add custom attachments to a composed message. This is possible via `upsertAttachment` and `removeAttachment` functions exposed via `MessageInputContextValue`. Both functions expect arrays of values...

**Describe the bug** When I load up the inbox page of my app on mobile view, StreamChat automatically jumps into a conversation context. I often times have to expressly tap...

bug
docs
status:confirmed

Bumps [stream-chat](https://github.com/GetStream/stream-chat-js) from 8.30.0 to 8.31.0. Release notes Sourced from stream-chat's releases. v8.31.0 8.31.0 (2024-05-02) Features ability to send poll with campaigns (#1292) (cace193). Please refer to Campaigns API documentation...

stream-dependencies

For some reason it is enabled when there are message reactions instead. https://github.com/GetStream/stream-chat-react/blob/6a3a7f8cdb3655ba8a24c1ce11c84f3fcc878c0c/src/components/Message/MessageSimple.tsx#L139 From some skimming, it looks like it should be based on `showReplyCountButton`.