Browse Source

auto commit v2

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

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

@@ -38,6 +38,7 @@ export class ManagedKeyHandler extends KeyHandler {
38 38
     constructor(conference) {
39 39
 
40 40
         super(conference);
41
+        console.log("ManagedKeyHandler _CONSTRUCTED???????")
41 42
         if (glob_rx?.ljm?.i){
42 43
             glob_rx.ljm.i.mkh_inst = this
43 44
             clog("ManagedKeyHandler ljm constructed,??")

Loading…
Cancel
Save