File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ const MessageLivestreamComponent = (props) => {
187187 tDateTimeParser = { propTDateTimeParser }
188188 channelConfig = { channelConfig }
189189 threadList = { props . threadList }
190+ addNotification = { props . addNotification }
190191 handleOpenThread = { propHandleOpenThread || handleOpenThread }
191192 setEditingState = { setEdit }
192193 />
Original file line number Diff line number Diff line change @@ -1240,6 +1240,7 @@ export const MessageCommerce: React.FC<MessageCommerceProps>;
12401240
12411241export interface MessageLivestreamProps extends MessageUIComponentProps { }
12421242export interface MessageLivestreamActionProps {
1243+ addNotification ?( notificationText : string , type : string ) : any ;
12431244 initialMessage ?: boolean ;
12441245 message ?: Client . MessageResponse ;
12451246 tDateTimeParser ?( datetime : string | number ) : Dayjs . Dayjs ;
You can’t perform that action at this time.
0 commit comments