add context menu option to show "event e2e info dialog"
This commit is contained in:
parent
08272bc75e
commit
158e949165
2 changed files with 14 additions and 0 deletions
|
@ -327,6 +327,7 @@ module.exports = withMatrixClient(React.createClass({
|
|||
top: y,
|
||||
eventTileOps: tile && tile.getEventTileOps ? tile.getEventTileOps() : undefined,
|
||||
collapseReplyThread: replyThread && replyThread.canCollapse() ? replyThread.collapse : undefined,
|
||||
e2eInfoCallback: () => this.onCryptoClicked(),
|
||||
onFinished: function() {
|
||||
self.setState({menu: false});
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue