fix(Chat): Fix private message reply button not working

This commit is contained in:
Vlad Piersec
2021-11-11 14:32:01 +02:00
committed by vp8x8
parent eec8b9e58e
commit f5cdd5fca1
7 changed files with 103 additions and 23 deletions

View File

@@ -3,14 +3,12 @@
import React from 'react';
import { toArray } from 'react-emoji-render';
import { translate } from '../../../base/i18n';
import { Linkify } from '../../../base/react';
import { MESSAGE_TYPE_LOCAL } from '../../constants';
import AbstractChatMessage, {
type Props
} from '../AbstractChatMessage';
import PrivateMessageButton from '../PrivateMessageButton';
import AbstractChatMessage, { type Props } from '../AbstractChatMessage';
import PrivateMessageButton from './PrivateMessageButton';
/**
* Renders a single chat message.