fix: [CHA-826] normalize queryDrafts sort#1509
Merged
arnautov-anton merged 1 commit intomasterfrom Apr 4, 2025
Merged
Conversation
1a98043 to
65ac267
Compare
Contributor
|
Size Change: +187 B (+0.04%) Total Size: 533 kB
|
d78510e to
bd325af
Compare
oliverlaz
approved these changes
Apr 3, 2025
0626c33 to
51f14b1
Compare
khushal87
approved these changes
Apr 3, 2025
51f14b1 to
2469bbf
Compare
2469bbf to
70475d5
Compare
Merged
github-actions bot
pushed a commit
that referenced
this pull request
Apr 9, 2025
## [9.0.0-rc.10](v9.0.0-rc.9...v9.0.0-rc.10) (2025-04-09) ### Bug Fixes * [CHA-826] normalize queryDrafts sort ([#1509](#1509)) ([6df96c3](6df96c3)) * add event fields on creating campaign ([#1512](#1512)) ([6c76d6d](6c76d6d)) ### Features * [CHA-660] - Team based roles ([#1499](#1499)) ([dd62cff](dd62cff)) * add show_channels flag to campaigns ([#1513](#1513)) ([5344d2c](5344d2c)) * user profile check endpoint ([#1503](#1503)) ([8114c22](8114c22)) ### Chores * **deps:** upgrade @babel/runtime to v7.27.0 ([#1508](#1508)) ([eb29626](eb29626)), closes [#1502](#1502)
|
🎉 This PR is included in version 9.0.0-rc.10 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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
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.
Description of the changes, What, Why and How?
The
optionsparameter of theStreamChat.queryDraftsmethod required asorttype which when sent to the BE wouldn't work - it needs to be normalized before sending.