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