mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Contact info modal for call link join requests
This commit is contained in:
@@ -32,6 +32,12 @@ export const getCallLinkAddNameModalRoomId = createSelector(
|
||||
({ callLinkAddNameModalRoomId }) => callLinkAddNameModalRoomId
|
||||
);
|
||||
|
||||
export const getCallLinkPendingParticipantContactId = createSelector(
|
||||
getGlobalModalsState,
|
||||
({ callLinkPendingParticipantContactId }) =>
|
||||
callLinkPendingParticipantContactId
|
||||
);
|
||||
|
||||
export const getConfirmLeaveCallModalState = createSelector(
|
||||
getGlobalModalsState,
|
||||
({ confirmLeaveCallModalState }) => confirmLeaveCallModalState
|
||||
|
||||
Reference in New Issue
Block a user