Message Requests: Always open to top of conversation
This commit is contained in:
parent
fe772af251
commit
cf1eb77ed8
4 changed files with 128 additions and 47 deletions
|
@ -157,6 +157,10 @@ const mapStateToProps = (state: StateType, props: ExternalProps) => {
|
|||
'typingContact',
|
||||
'isGroupV1AndDisabled',
|
||||
]),
|
||||
isIncomingMessageRequest: Boolean(
|
||||
conversation.messageRequestsEnabled &&
|
||||
!conversation.acceptedMessageRequest
|
||||
),
|
||||
...conversationMessages,
|
||||
invitedContactsForNewlyCreatedGroup: getInvitedContactsForNewlyCreatedGroup(
|
||||
state
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue