Skip to content

Commit f2ba914

Browse files
authored
fix: export promoteChannel (#1474)
## CLA - [ ] I have signed the [Stream CLA](https://docs.google.com/forms/d/e/1FAIpQLScFKsKkAJI7mhCr7K9rEIOpqIDThrWxuvxnwUq2XkHyG154vQ/viewform) (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 -
1 parent 14c90d6 commit f2ba914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ export * from './thread_manager';
2121
export * from './token_manager';
2222
export * from './types';
2323
export * from './channel_manager';
24-
export { isOwnUser, chatCodes, logChatPromiseExecution, formatMessage } from './utils';
24+
export { isOwnUser, chatCodes, logChatPromiseExecution, formatMessage, promoteChannel } from './utils';

0 commit comments

Comments
 (0)