1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +03:00

Threaded through the event type to the user

This commit is contained in:
Zoe
2020-02-25 10:30:35 +00:00
parent 0d03a8791d
commit adf6dfe4ea
2 changed files with 3 additions and 1 deletions

View File

@@ -576,7 +576,7 @@ export default class MessagePanel extends React.Component {
ref={this._collectEventNode.bind(this, eventId)}
data-scroll-tokens={scrollToken}
>
<TileErrorBoundary>
<TileErrorBoundary mxEvent={mxEv}>
<EventTile mxEvent={mxEv}
continuation={continuation}
isRedacted={mxEv.isRedacted()}