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 60 stream-chat-swift issues
Sort by recently updated
recently updated
newest added

Hey GetStream Team! ## What are you trying to achieve? Our team trying to implement markdown in chat with our own font, but `DefaultMarkdownFormatter.Attributes.Code` and `SwiftyMarkdown` library are closed by...

๐Ÿ™ย Feature Request
๐ŸŽจย SDK: StreamChatUI

## What did you do? ```swift let controller = chatService.client.messageController(cid: channelId, messageId: selectedMessageId) var existingData = controller.message?.extraData ?? [:] existingData["emojis"] = .dictionary([selectedEmoji.value: .number(count)]) controller.editMessage(text: controller.message!.text, extraData: existingData) ``` ## What...

๐Ÿžย Bug
๐ŸŒย SDK: StreamChat (LLC)

## What did you do? I sent this url as a chat message: `https://salam.com/khubi?chetori=salam_chetori_khubi` ## What did you expect to happen? I expect that the url shows exactly the same...

๐Ÿžย Bug
๐ŸŽจย SDK: StreamChatUI

## What did you do? Precondition: user A and user B are members of the channel(as well as several more users) User B left 2 messages in channel and afterwards...

๐Ÿžย Bug
๐ŸŒย SDK: StreamChat (LLC)

## What did you do? Precondition: I'm using StreamChatUI. I've implemented a custom message delete action (confirms to `ChatMessageActionItem` protocol) which performs hard delete of message instead of soft delete....

๐Ÿžย Bug
๐ŸŒย SDK: StreamChat (LLC)

### ๐Ÿ”— Issue Links Resolves https://github.com/GetStream/ios-issues-tracking/issues/787 ### ๐ŸŽฏ Goal Adds the new reactions v2 query endpoint to be able to filter reactions based on type and author. ### ๐Ÿ“ Summary...

๐ŸŒย SDK: StreamChat (LLC)
โœ…ย Feature

### ๐Ÿ”— Issue Links Resolves https://github.com/GetStream/ios-issues-tracking/issues/774 ### ๐ŸŽฏ Goal Allow the user to control whether he wants to share, read, or type events. ### ๐Ÿ“ Summary - Adds `UserPrivacySettings` to...

๐ŸŒย SDK: StreamChat (LLC)
โœ…ย Feature
๐Ÿคž Ready For QA

### ๐Ÿ”— Issue Links Resolve https://github.com/GetStream/ios-issues-tracking/issues/782 ### ๐ŸŽฏ Goal Allow to pin any message ### ๐Ÿ“ Summary - Replace `update` with `partial update` on pinning the message - Update DemoApp...

๐Ÿžย Bug
๐ŸŒย SDK: StreamChat (LLC)

### ๐Ÿ”— Issue Links Related: [#728](https://github.com/GetStream/ios-issues-tracking/issues/728) *Merges to feature/chat-state-layer* ### ๐ŸŽฏ Goal A concise overview of the new state layer which introduces new types but not going into great detail....

### ๐Ÿ”— Issue Links Related: [#728](https://github.com/GetStream/ios-issues-tracking/issues/728) *Merges to feature/chat-state-layer* ### ๐ŸŽฏ Goal Fix logout issue with duplicate channels in DB. ### ๐Ÿ“ Summary While testing the new state in the...