Spam Reporting UI changes
This commit is contained in:
parent
e031d136a1
commit
8387f938eb
88 changed files with 2711 additions and 807 deletions
|
@ -50,6 +50,7 @@ function renderItem({
|
|||
containerElementRef,
|
||||
containerWidthBreakpoint,
|
||||
conversationId,
|
||||
isBlocked,
|
||||
isOldestTimelineItem,
|
||||
messageId,
|
||||
nextMessageId,
|
||||
|
@ -61,6 +62,7 @@ function renderItem({
|
|||
containerElementRef={containerElementRef}
|
||||
containerWidthBreakpoint={containerWidthBreakpoint}
|
||||
conversationId={conversationId}
|
||||
isBlocked={isBlocked}
|
||||
isOldestTimelineItem={isOldestTimelineItem}
|
||||
messageId={messageId}
|
||||
previousMessageId={previousMessageId}
|
||||
|
@ -163,6 +165,7 @@ const mapStateToProps = (state: StateType, props: ExternalProps) => {
|
|||
'isGroupV1AndDisabled',
|
||||
'typingContactIdTimestamps',
|
||||
]),
|
||||
isBlocked: conversation.isBlocked ?? false,
|
||||
isConversationSelected: state.conversations.selectedConversationId === id,
|
||||
isIncomingMessageRequest: Boolean(
|
||||
!conversation.acceptedMessageRequest &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue