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

JS / Browser Client - Build Chat with GetStream.io

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

I'm trying to figure out why descending sorting doesn't seem to work in messages search. I've read the documentation 10 times, but I'm 99.999% sure that I'm passing the `sort`...

question

I am trying to correctly type events to use them in both `channel.sendEvent({ type: 'HERE' })` and in `channel.on('HERE')` I am following the docs written about typescript, extending the `ExtendableGenerics`...

Feature Request

Hello, we are using the URL enrichment to show links preview but it happen sometimes that instead of having the open graph data it fallback on the favicon. Here an...

bug
Backend Team
status:confirmed

I'm using getStream.io to integrate chat in my flutter app. The app have one-on-one chatting feature, so I want users to be able to block other users. To do that...

Backend Team

* I have multiple conversations ( multiple channels) * I have created a context menu with 2 options - markAsRead, markAsUndread * Mark as read Works Fine. For those options,...

It seems this option is missing in `AppSettings`: ```typescript await client.updateAppSettings({ IMAGE_MODERATION_LABELS: true, }); ```

bug
good first issue
Backend Team

@santhoshvai `channel.countRead()` works for me now, but now `streamClient.user.total_unread_count`, `streamClient.user.total_unread_count`, and `streamClient.user.unread_channels` are all 0, while `channel.countRead()` returns the correct value _Originally posted by @MaxAst in https://github.com/GetStream/stream-chat-js/issues/1104#issuecomment-1484789789_

bug

We'd like to use the information returned in the rate limit headers to throttle our calls but it doesn't appear that those are returned as part of the API responses....

Feature Request
Backend Team

I'm trying to do a simple thing: * in our app before a user sees the chat UI I want to mark how many unread messages there are for a...

**Describe the bug** In message listing screen when we try to delete giphy type of message it is getting deleted but when you go back to channel list and come...

Needs Triaging