Skip to content

Commit b592d46

Browse files
committed
feat: export message translation and channel display text utility functions
1 parent 9f429ec commit b592d46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/stream-chat-angular/src/public-api.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ export * from './lib/notification-list/notification-list.component';
4141
export * from './lib/thread/thread.component';
4242
export * from './lib/modal/modal.component';
4343
export * from './lib/read-by';
44+
export * from './lib/get-message-translation';
45+
export * from './lib/get-channel-display-text';
4446
export * from './lib/is-image-attachment';
4547
export * from './lib/is-image-file';
4648
export * from './lib/message-preview';

0 commit comments

Comments
 (0)