瀏覽代碼

auto commit

app
jfinn 3 年之前
父節點
當前提交
ce9ee22e0c
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      react/features/chat/middleware.js

+ 1
- 0
react/features/chat/middleware.js 查看文件

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

Loading…
取消
儲存