mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 04:13:18 +01:00
Clean up inviteLink handling, harden compose input
This commit is contained in:
@@ -34,6 +34,7 @@ export type SmartForwardMessageModalProps = {
|
||||
caretLocation?: number
|
||||
) => unknown;
|
||||
onTextTooLong: () => void;
|
||||
setSecureInput: (enabled: boolean) => void;
|
||||
};
|
||||
|
||||
const mapStateToProps = (
|
||||
@@ -48,6 +49,7 @@ const mapStateToProps = (
|
||||
onClose,
|
||||
onEditorStateChange,
|
||||
onTextTooLong,
|
||||
setSecureInput,
|
||||
} = props;
|
||||
|
||||
const candidateConversations = getAllComposableConversations(state);
|
||||
@@ -68,6 +70,7 @@ const mapStateToProps = (
|
||||
recentEmojis,
|
||||
skinTone,
|
||||
onTextTooLong,
|
||||
setSecureInput,
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user