File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ import { type WebSpeechPonyfillFactory } from './types/WebSpeechPonyfillFactory'
3737// #region Re-export
3838export { activityComponent , createActivityPolyMiddleware } from '@msinternal/botframework-webchat-middleware' ;
3939
40+ // TODO: [P0] Exports `polyMiddlewareComposer` so activity renderer could use `polyMiddleware` to use their own attachment renderers.
41+
4042export {
4143 extractSendBoxMiddleware ,
4244 SendBoxMiddlewareProxy ,
Original file line number Diff line number Diff line change @@ -15,5 +15,6 @@ export {
1515 type ActivityPolyMiddlewareRequest
1616} from './activityPolyMiddleware' ;
1717
18+ // TODO: [P0] Add tests for nesting `polyMiddleware`.
1819export { default as PolyMiddlewareComposer } from './PolyMiddlewareComposer' ;
1920export { type PolyMiddleware } from './types/PolyMiddleware' ;
You can’t perform that action at this time.
0 commit comments