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

💬 iOS Chat SDK in Swift - Build your own app chat experience for iOS using the official Stream Chat API

Results 57 stream-chat-swift issues
Sort by recently updated
recently updated
newest added

## What are you trying to achieve? I am trying to pin channels i am able to pin them with custom extra data logic but i am unable to sort...

❓ Question

## What did you do? I am trying to add a feature to the app where channel owners can add members to existing chat groups. ## What did you expect...

### 🔗 Issue Links CIS-2084 CIS-2085 https://github.com/GetStream/stream-chat-swift/issues/2094 Bonus: https://github.com/GetStream/stream-chat-swift/issues/2184 ### 🎯 Goal The goal of this PR is to fix the crashes in the message list related to data inconsistencies...

🐞 Bug
🎨 SDK: StreamChatUI

## What did you do? tried to scroll to the top of a channel, to see my older messages ## What did you expect to happen? being able to scroll...

🐞 Bug
🌐 SDK: StreamChat (LLC)

### 🔗 Issue Links https://stream-io.atlassian.net/browse/CIS-1854 ### 🎯 Goal The goal of this PR is to investigate the viability of moving the mapping of DTOs to Model to a background thread,...

## What did you do? ``` var controller = chatClient.messageSearchController() let query = MessageSearchQuery( channelFilter: .equal(.cid, to: channel.cid), messageFilter: .withAttachments([.linkPreview]), sort: [.init(key: .relevance, isAscending: false)], pageSize: 20 ) controller.search(query) ```...

🐞 Bug
📆 Planned

## What did you do? We are still seeing messages fail to appear sporadically in the channel when a user enters from a notification. This is a huge problem for...

🐞 Bug
🔎 Investigating

## What did you do? I am trying to Connects authorized user to getstream through this function `public func connectUser(userInfo: UserInfo, token: Token, completion: ((Error?) -> Void)? = nil)` ##...

## What did you do? I add action on replied quoted message to move the list view to respective index when user click on it but it wont move. IndexPath...

📆 Planned
🏗 Missing Feature Parity