-
Notifications
You must be signed in to change notification settings - Fork 227
V5: Use JSON encoders and decoders from StreamCore #3860
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: v5-stream-core-errors
Are you sure you want to change the base?
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| } else if let stringValue = try? container.decode(String.self, forKey: key) { | ||
| value = stringValue | ||
| } else if let intValue = try? container.decode(Int.self, forKey: key) { | ||
| if let intValue = try? container.decode(Int.self, forKey: key) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
StreamCore date parser handles int and double, so the order here becomes important (no type info and we just try types one by one)
Generated by 🚫 Danger |
SDK Size
|
StreamChat XCSize
Show 223 more objects
|
StreamChatUI XCSize
Show 292 more objects
|
Public Interface🚀 No changes affecting the public interface. |
|
SDK Performance
|



🔗 Issue Links
Fixes IOS-1206
🎯 Goal
Describe why we are making this change.
📝 Summary
Provide bullet points with the most important changes in the codebase.
🛠 Implementation
Provide a detailed description of the implementation and explain your decisions if you find them relevant.
🎨 Showcase
Add relevant screenshots and/or videos/gifs to easily see what this PR changes, if applicable.
🧪 Manual Testing Notes
Explain how this change can be tested manually, if applicable.
☑️ Contributor Checklist
docs-contentrepo