Message Requests
This commit is contained in:
parent
4d4b7a26a5
commit
83574eb067
60 changed files with 2566 additions and 216 deletions
|
@ -71,6 +71,14 @@ const mapStateToProps = (state: StateType, props: ExternalProps) => {
|
|||
recentStickers,
|
||||
showIntroduction,
|
||||
showPickerHint,
|
||||
// Message Requests
|
||||
messageRequestsEnabled: conversation.messageRequestsEnabled,
|
||||
acceptedMessageRequest: conversation.acceptedMessageRequest,
|
||||
isBlocked: conversation.isBlocked,
|
||||
conversationType: conversation.type,
|
||||
name: conversation.name,
|
||||
profileName: conversation.profileName,
|
||||
phoneNumber: conversation.phoneNumber,
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue