Scroll to bottom of conversation on message send
This commit is contained in:
parent
254c87a1ac
commit
5bd7eda124
13 changed files with 107 additions and 21 deletions
|
@ -17,6 +17,7 @@ import type { AttachmentType } from '../../types/Attachment';
|
|||
|
||||
export type SmartForwardMessageModalProps = {
|
||||
attachments?: Array<AttachmentType>;
|
||||
conversationId: string;
|
||||
doForwardMessage: (
|
||||
selectedContacts: Array<string>,
|
||||
messageBody?: string,
|
||||
|
@ -40,6 +41,7 @@ const mapStateToProps = (
|
|||
): DataPropsType => {
|
||||
const {
|
||||
attachments,
|
||||
conversationId,
|
||||
doForwardMessage,
|
||||
isSticker,
|
||||
messageBody,
|
||||
|
@ -56,6 +58,7 @@ const mapStateToProps = (
|
|||
return {
|
||||
attachments,
|
||||
candidateConversations,
|
||||
conversationId,
|
||||
doForwardMessage,
|
||||
i18n: getIntl(state),
|
||||
isSticker,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue