mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Restore ability to get to safety number screen from member list
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user