Merge branch 'develop' into text-for-event-perf
This commit is contained in:
commit
adb5df52a4
688 changed files with 4973 additions and 5241 deletions
|
@ -31,7 +31,7 @@ export default class TextualEvent extends React.Component<IProps> {
|
|||
static contextType = RoomContext;
|
||||
|
||||
public render() {
|
||||
const text = TextForEvent.textForEvent(this.props.mxEvent, this.context?.showHiddenEventsInTimeline);
|
||||
const text = TextForEvent.textForEvent(this.props.mxEvent, true, this.context?.showHiddenEventsInTimeline);
|
||||
if (text == null || text.length === 0) return null;
|
||||
return <div className="mx_TextualEvent">{ text }</div>;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue