Browse Source

auto commit v2

rzv_feb
jfinn 2 years ago
parent
commit
d2d4ea8c16
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      modules/e2ee/ManagedKeyHandler.js

+ 1
- 1
modules/e2ee/ManagedKeyHandler.js View File

@@ -17,7 +17,7 @@ const DEBOUNCE_PERIOD = 5000;
17 17
  * This module integrates {@link E2EEContext} with {@link OlmAdapter} in order to distribute the keys for encryption.
18 18
  */
19 19
 
20
-glob_rx?.fns?.loadEvent?.("mkh start",{})
20
+glob_rx?.fns?.loadEvent?.("mkh start",{loadEvent})
21 21
 
22 22
 export class ManagedKeyHandler extends KeyHandler {
23 23
     /**

Loading…
Cancel
Save