|
|
@@ -123,7 +123,7 @@ MiddlewareRegistry.register(store => next => action => {
|
|
123
|
123
|
const state = store.getState();
|
|
124
|
124
|
const { conference } = state['features/base/conference'];
|
|
125
|
125
|
|
|
126
|
|
- clog("SEND_MESSAGE!?",{conference,sendTextMessage:conference?.sendTextMessage})
|
|
|
126
|
+ clog("SEND_MESSAGE!?.",{conference,sendTextMessage:conference?.sendTextMessage})
|
|
127
|
127
|
|
|
128
|
128
|
if (conference) {
|
|
129
|
129
|
// There may be cases when we intend to send a private message but we forget to set the
|