Explorar el Código

auto commit v2

rzv_feb
jfinn hace 2 años
padre
commit
5796bd2352
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      modules/e2ee/OlmAdapter.js

+ 1
- 0
modules/e2ee/OlmAdapter.js Ver fichero

@@ -474,6 +474,7 @@ export class OlmAdapter extends Listenable {
474 474
      * @private
475 475
      */
476 476
     async _onEndpointMessageReceived(participant, payload) {
477
+        console.log("ljm_olm  _onEndpointMessageReceived")
477 478
         if (payload[JITSI_MEET_MUC_TYPE] !== OLM_MESSAGE_TYPE) {
478 479
             return;
479 480
         }

Loading…
Cancelar
Guardar