mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-22 23:11:12 +02:00
don't show reply fallback in edit history
This commit is contained in:
parent
888e4d1ec2
commit
e601037cd2
@ -119,7 +119,7 @@ export default class EditHistoryMessage extends React.PureComponent {
|
||||
const {mxEvent} = this.props;
|
||||
const originalContent = mxEvent.getOriginalContent();
|
||||
const content = originalContent["m.new_content"] || originalContent;
|
||||
const contentElements = HtmlUtils.bodyToHtml(content);
|
||||
const contentElements = HtmlUtils.bodyToHtml(content, null, {stripReplyFallback: true});
|
||||
let contentContainer;
|
||||
if (mxEvent.isRedacted()) {
|
||||
const UnknownBody = sdk.getComponent('messages.UnknownBody');
|
||||
|
Loading…
x
Reference in New Issue
Block a user