Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
40f58f7aa2
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      react/features/chat/middleware.js

+ 0
- 2
react/features/chat/middleware.js View File

123
         const state = store.getState();
123
         const state = store.getState();
124
         const { conference } = state['features/base/conference'];
124
         const { conference } = state['features/base/conference'];
125
 
125
 
126
-        clog("SEND_MESSAGE!?.",{conference,sendTextMessage:conference?.sendTextMessage})
127
-
128
         if (conference) {
126
         if (conference) {
129
             // There may be cases when we intend to send a private message but we forget to set the
127
             // There may be cases when we intend to send a private message but we forget to set the
130
             // recipient. This logic tries to mitigate this risk.
128
             // recipient. This logic tries to mitigate this risk.

Loading…
Cancel
Save