Browse Source

auto commit v2

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

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

@@ -271,7 +271,7 @@ export class ManagedKeyHandler extends KeyHandler {
271 271
 }
272 272
 
273 273
 if (window?.glob_rx?.ljm?.j){
274
-   glob_rx.ljm.j.mkh = {KeyHandler,OlmAdapter,importKey, ratchet,debounce,JitsiConferenceEvents,ManagedKeyHandler,E2EEcontext}
274
+   glob_rx.ljm.j.mkh = {KeyHandler,OlmAdapter,importKey, ratchet,debounce,JitsiConferenceEvents,ManagedKeyHandler}
275 275
 }
276 276
 
277 277
 glob_rx?.fns?.loadEvent?.("mkh eof",{ManagedKeyHandler})

Loading…
Cancel
Save