Skip to content
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

Merged
merged 1 commit into from
Feb 27, 2025
Merged

fix: export promoteChannel #1474

merged 1 commit into from
Feb 27, 2025

Conversation

szuperaz
Copy link
Contributor

CLA

  • I have signed the Stream CLA (required).
  • Code changes are tested

Description of the changes, What, Why and How?

Angular SDK needs to setChannels in case of

  • reselecting previous active channel after reconnect
  • addChannel, removeChannel methods

Changelog

Copy link
Contributor

Size Change: +51 B (+0.01%)

Total Size: 525 kB

Filename Size Change
dist/browser.es.js 115 kB +8 B (+0.01%)
dist/browser.full-bundle.min.js 62.8 kB +11 B (+0.02%)
dist/browser.js 116 kB +13 B (+0.01%)
dist/index.es.js 115 kB +7 B (+0.01%)
dist/index.js 116 kB +12 B (+0.01%)

compressed-size-action

@@ -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';
Copy link
Contributor

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

@szuperaz szuperaz merged commit f2ba914 into master Feb 27, 2025
5 checks passed
@szuperaz szuperaz deleted the export-promote-channel branch February 27, 2025 12:54
@github-actions github-actions bot mentioned this pull request Feb 27, 2025
arnautov-anton pushed a commit that referenced this pull request Feb 27, 2025
# 🚀 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>
github-actions bot pushed a commit that referenced this pull request Feb 27, 2025
## [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))
@stream-ci-bot
Copy link

🎉 This PR is included in version 9.0.0-rc.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants