-
Notifications
You must be signed in to change notification settings - Fork 230
4.78.0 Release #3655
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
Merged
Merged
4.78.0 Release #3655
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Fix message search with empty avatars * Update CHANGELOG.md * [CI] Snapshots (#3645) Co-authored-by: Stream Bot <runner@Mac-1744388834894.local> --------- Co-authored-by: Stream SDK Bot <60655709+Stream-SDK-Bot@users.noreply.github.com> Co-authored-by: Stream Bot <runner@Mac-1744388834894.local>
β¦3643) * Fix `FilterKey.id` not returning any channels in `ChannelListQuery` * Update CHANGELOG.md * Fix returning channels with wrong ID * Make it more efficient * Fix tests that were using `id` instead of `cid` * Fix filter scope test
* Fix incorrect channel list sorting when sorted by `.hasUnread` * Update CHANGELOG.md * Fix test
β¦.updateUserData()` (#3650) * Fix not using `unsetProperties` in `CurrentUserController.updateUserData()` * Do not provide default values in current user updater + use existing types in teamsRole * Update CHANGELOG.md * Use UserRole in the DemoApp * Update CHANGELOG.md
Generated by π« Danger |
Collaborator
Author
SDK Size
|
|
Build for regression testing β123457066 has been uploaded to TestFlight π |
Collaborator
Author
SDK Performance
|
|
nuno-vieira
approved these changes
Apr 24, 2025
Contributor
|
/merge release |
Contributor
|
Publication of the release has been launched π |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



StreamChat
β Added
CurrentUserUnreads.totalUnreadMessagesCount#3651π Fixed
FilterKey.idnot returning any channels inChannelListQuery#3643.hasUnread#3646CurrentUserUnreads.totalUnreadChannelsCountwith incorrect value #3651unsetPropertiesnot having any effect inCurrentUserController.updateUserData()#3650π Changed
teamsRoleparameter from[String: String]to[TeamId: UserRole]#3650StreamChatUI
π Fixed