Partially revert "Clean up inviteLink handling, harden compose input"
This commit is contained in:
parent
9f9dd4cd98
commit
e859fcd4b4
11 changed files with 0 additions and 48 deletions
|
@ -34,7 +34,6 @@ export type SmartForwardMessageModalProps = {
|
|||
caretLocation?: number
|
||||
) => unknown;
|
||||
onTextTooLong: () => void;
|
||||
setSecureInput: (enabled: boolean) => void;
|
||||
};
|
||||
|
||||
const mapStateToProps = (
|
||||
|
@ -49,7 +48,6 @@ const mapStateToProps = (
|
|||
onClose,
|
||||
onEditorStateChange,
|
||||
onTextTooLong,
|
||||
setSecureInput,
|
||||
} = props;
|
||||
|
||||
const candidateConversations = getAllComposableConversations(state);
|
||||
|
@ -70,7 +68,6 @@ const mapStateToProps = (
|
|||
recentEmojis,
|
||||
skinTone,
|
||||
onTextTooLong,
|
||||
setSecureInput,
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue