Add contextMenu for deleting call events on right-click
This commit is contained in:
parent
7fb01f102d
commit
88fd42a46b
12 changed files with 394 additions and 269 deletions
|
@ -253,11 +253,13 @@ export const TimelineItem = memo(function TimelineItem({
|
|||
} else if (item.type === 'callHistory') {
|
||||
notification = (
|
||||
<CallingNotification
|
||||
id={id}
|
||||
conversationId={conversationId}
|
||||
i18n={i18n}
|
||||
isNextItemCallingNotification={isNextItemCallingNotification}
|
||||
onOutgoingAudioCallInConversation={onOutgoingAudioCallInConversation}
|
||||
onOutgoingVideoCallInConversation={onOutgoingVideoCallInConversation}
|
||||
toggleDeleteMessagesModal={reducedProps.toggleDeleteMessagesModal}
|
||||
returnToActiveCall={returnToActiveCall}
|
||||
{...item.data}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue