Merge pull request #3796 from matrix-org/bwindels/verification-right-panel
Initial support for verification in right panel
This commit is contained in:
commit
95a0ebaf06
17 changed files with 411 additions and 346 deletions
|
@ -1134,7 +1134,7 @@ const TimelinePanel = createReactClass({
|
|||
const allowPartial = opts.allowPartial || false;
|
||||
|
||||
const messagePanel = this._messagePanel.current;
|
||||
if (messagePanel === undefined) return null;
|
||||
if (!messagePanel) return null;
|
||||
|
||||
const messagePanelNode = ReactDOM.findDOMNode(messagePanel);
|
||||
if (!messagePanelNode) return null; // sometimes this happens for fresh rooms/post-sync
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue