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 @@ -1238,6 +1238,7 @@ export const MessageCommerce: React.FC<MessageCommerceProps>;
12381238
12391239export interface MessageLivestreamProps extends MessageUIComponentProps { }
12401240export interface MessageLivestreamActionProps {
1241+ addNotification ?( notificationText : string , type : string ) : any ;
12411242 initialMessage ?: boolean ;
12421243 message ?: Client . MessageResponse ;
12431244 tDateTimeParser ?( datetime : string | number ) : Dayjs . Dayjs ;
You can’t perform that action at this time.
0 commit comments