mirror of https://github.com/vector-im/riot-web
Merge branch 'improve-view-source' into edit-view-source
commit
ed6486aabb
|
@ -77,6 +77,8 @@ export default class EditHistoryMessage extends React.PureComponent {
|
||||||
roomId: this.props.mxEvent.getRoomId(),
|
roomId: this.props.mxEvent.getRoomId(),
|
||||||
eventId: this.props.mxEvent.getId(),
|
eventId: this.props.mxEvent.getId(),
|
||||||
content: this.props.mxEvent.event,
|
content: this.props.mxEvent.event,
|
||||||
|
isEncrypted: this.props.mxEvent.getType() !== this.props.mxEvent.getWireType(),
|
||||||
|
decryptedContent: this.props.mxEvent._clearEvent,
|
||||||
}, 'mx_Dialog_viewsource');
|
}, 'mx_Dialog_viewsource');
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue