-
Notifications
You must be signed in to change notification settings - Fork 230
4.95.0 Release #3898
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
4.95.0 Release #3898
Conversation
β¦send message tests in Chat (#3887)
|
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 |
Generated by π« Danger |
Public Interface public class Chat
- public func addMembers(_ members: [MemberInfo],systemMessage: String? = nil,hideHistory: Bool = false)async throws
+ public func addMembers(_ members: [MemberInfo],systemMessage: String? = nil,hideHistory: Bool = false,hideHistoryBefore: Date? = nil)async throws
- public func addMembers(_ members: [UserId],systemMessage: String? = nil,hideHistory: Bool = false)async throws
+ public func addMembers(_ members: [UserId],systemMessage: String? = nil,hideHistory: Bool = false,hideHistoryBefore: Date? = nil)async throws
public class ChatChannelController: DataController, DelegateCallable, DataStoreProvider
- public func addMembers(_ members: [MemberInfo],hideHistory: Bool = false,message: String? = nil,completion: ((Error?) -> Void)? = nil)
+ public func addMembers(_ members: [MemberInfo],hideHistory: Bool = false,hideHistoryBefore: Date? = nil,message: String? = nil,completion: ((Error?) -> Void)? = nil)
- public func addMembers(userIds: Set<UserId>,hideHistory: Bool = false,message: String? = nil,completion: ((Error?) -> Void)? = nil)
+ public func addMembers(userIds: Set<UserId>,hideHistory: Bool = false,hideHistoryBefore: Date? = nil,message: String? = nil,completion: ((Error?) -> Void)? = nil) |
SDK Performance
|
SDK Size
|
StreamChat XCSize
Show 368 more objects
|
StreamChatUI XCSize
Show 185 more objects
|
|
|
Build for regression testing β123457111 has been uploaded to TestFlight π |
|
/merge release |
|
Publication of the release has been launched π |



StreamChat
β Added
hideHistoryBeforeto add members for configuring the history visibility #3892StreamChatUI
π Fixed