stream-chat-swift
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
## What are you trying to achieve? We are trying to hide/show threaded replies sent to the main channel based on a boolean flag. ## If possible, how can you...
## What did you do? Initialized `ChatClient` with a token provider that initially provides an expired token (a typical scenario if attempting to cache tokens from prior sessions). ## What...
### 🔗 Issue Links _Provide all Jira tickets and/or Github issues related to this PR, if applicable._ ### 🎯 Goal _Describe why we are making this change._ ### 📝 Summary...
## What did you do? Create a new 1:1 direct message chat with a new user with empty list of chats (may also happen with a user with some other...
## What did you do? By accident I passed a token provider which returned a token generated by another secret and this triggered an infinite error loop that cannot be...
## What did you do? After calling connect (of the chatclient) If the tokenProvider request fails (our server returns an error) and I call disconnect I keep getting the retries...
## What did you do? I just translate the message to turkish, and then i delete the message. go to chat -> Translate to (via action view) -> delete the...
Have a look at this: https://github.com/GetStream/stream-chat-android/issues/4700
I noticed in the [documentations for other languages](https://getstream.io/chat/docs/react/muting_channels/?language=javascript) that they have a parameter for optionally setting an expiration time, but none for Swift. How do I do it in Swift?
__NB: This bug report is based on my speculation and I don't have repro steps or a concrete proof that what I described below is exactly what happened.__ We've recently...