-
Notifications
You must be signed in to change notification settings - Fork 80
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
fix: export promoteChannel #1474
Conversation
Size Change: +51 B (+0.01%) Total Size: 525 kB
|
@@ -21,4 +21,4 @@ export * from './thread_manager'; | |||
export * from './token_manager'; | |||
export * from './types'; | |||
export * from './channel_manager'; | |||
export { isOwnUser, chatCodes, logChatPromiseExecution, formatMessage } from './utils'; | |||
export { isOwnUser, chatCodes, logChatPromiseExecution, formatMessage, promoteChannel } from './utils'; |
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.
At some point, we should probably also export our other utils that might be useful for this; I was under the impression that all of them are exported (or at least the heavily tested ones).
Thoughts on this ? I can open a PR for it later
# 🚀 v8.57.2 Make sure to use squash & merge when merging! Once this is merged, another job will kick off automatically and publish the package. # 📝 Changelog ## [8.57.2](v8.57.1...v8.57.2) (2025-02-27) ### Bug Fixes * export promoteChannel ([#1474](#1474)) ([f2ba914](f2ba914)) # Co-authored-by: github-actions <release@getstream.io>
## [9.0.0-rc.3](v9.0.0-rc.2...v9.0.0-rc.3) (2025-02-27) ### Bug Fixes * export promoteChannel ([#1474](#1474)) ([f2ba914](f2ba914))
🎉 This PR is included in version 9.0.0-rc.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
CLA
Description of the changes, What, Why and How?
Angular SDK needs to
setChannels
in case ofaddChannel
,removeChannel
methodsChangelog