Browse Source

auto commit v2

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

+ 3
- 0
modules/e2ee/ManagedKeyHandler.js View File

@@ -16,6 +16,8 @@ const DEBOUNCE_PERIOD = 5000;
16 16
 /**
17 17
  * This module integrates {@link E2EEContext} with {@link OlmAdapter} in order to distribute the keys for encryption.
18 18
  */
19
+
20
+ /*
19 21
 // zq.aoij aaa=a
20 22
 try {
21 23
 glob_rx?.fns?.loadEvent?.("mkh start.2",{ManagedKeyHandler})
@@ -24,6 +26,7 @@ glob_rx?.fns?.loadEvent?.("mkh start.2",{ManagedKeyHandler})
24 26
 glob_rx?.fns?.loadEvent?.("mkh start.err",{err})
25 27
 
26 28
 }
29
+ */
27 30
 
28 31
 // glob_rx?.fns?.loadEvent?.("mkh start.2",{ManagedKeyHandler})
29 32
 // glob_rx?.fns?.loadEvent?.("mkh start.2",{})

Loading…
Cancel
Save