Restore ability to get to safety number screen from member list
This commit is contained in:
parent
5b83485c89
commit
7f71046f93
2 changed files with 8 additions and 3 deletions
|
@ -18,6 +18,11 @@
|
|||
JSX: Signal.State.Roots.createSafetyNumberViewer(window.reduxStore, {
|
||||
contactID: options.model.get('id'),
|
||||
}),
|
||||
onInitialRender: () => {
|
||||
if (options.onLoad) {
|
||||
options.onLoad(this);
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
this.$('.key-verification-wrapper').append(view.el);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue