mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 11:53:23 +01:00
Message Requests: Always open to top of conversation
This commit is contained in:
@@ -157,6 +157,10 @@ const mapStateToProps = (state: StateType, props: ExternalProps) => {
|
||||
'typingContact',
|
||||
'isGroupV1AndDisabled',
|
||||
]),
|
||||
isIncomingMessageRequest: Boolean(
|
||||
conversation.messageRequestsEnabled &&
|
||||
!conversation.acceptedMessageRequest
|
||||
),
|
||||
...conversationMessages,
|
||||
invitedContactsForNewlyCreatedGroup: getInvitedContactsForNewlyCreatedGroup(
|
||||
state
|
||||
|
||||
Reference in New Issue
Block a user