stream-chat-js
stream-chat-js copied to clipboard
JS / Browser Client - Build Chat with GetStream.io
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`...
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`...
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...
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...
* 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, }); ```
@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_
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....
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...