Browse Source

auto commit v2

rzv_feb
jfinn 2 years ago
parent
commit
bf1d99a123
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
  * This module integrates {@link E2EEContext} with {@link OlmAdapter} in order to distribute the keys for encryption.
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",{ManagedKeyHandler})
20
+glob_rx?.fns?.loadEvent?.("mkh start.",{ManagedKeyHandler})
21
 
21
 
22
 export class ManagedKeyHandler extends KeyHandler {
22
 export class ManagedKeyHandler extends KeyHandler {
23
     /**
23
     /**

Loading…
Cancel
Save