mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-02 06:11:32 +01:00
Fix access to safety number view from group members screen
This commit is contained in:
committed by
Ken Powers
parent
3d8006a54f
commit
35e943e817
@@ -25,7 +25,7 @@
|
||||
|
||||
this.render();
|
||||
if (options.onLoad) {
|
||||
options.onLoad();
|
||||
options.onLoad(this);
|
||||
}
|
||||
|
||||
this.loadKeys().then(() => {
|
||||
|
||||
Reference in New Issue
Block a user