mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 21:28:40 +00:00
When you send a message, scroll it into view
This commit is contained in:
@@ -18,7 +18,6 @@ import type { AttachmentDraftType } from '../../types/Attachment';
|
||||
|
||||
export type SmartForwardMessageModalProps = {
|
||||
attachments?: Array<AttachmentDraftType>;
|
||||
conversationId: string;
|
||||
doForwardMessage: (
|
||||
selectedContacts: Array<string>,
|
||||
messageBody?: string,
|
||||
@@ -42,7 +41,6 @@ const mapStateToProps = (
|
||||
): DataPropsType => {
|
||||
const {
|
||||
attachments,
|
||||
conversationId,
|
||||
doForwardMessage,
|
||||
isSticker,
|
||||
messageBody,
|
||||
@@ -59,7 +57,6 @@ const mapStateToProps = (
|
||||
return {
|
||||
attachments,
|
||||
candidateConversations,
|
||||
conversationId,
|
||||
doForwardMessage,
|
||||
getPreferredBadge: getPreferredBadgeSelector(state),
|
||||
i18n: getIntl(state),
|
||||
|
||||
Reference in New Issue
Block a user