浏览代码

rn: add our benevolent employer to the list of known domains

master
Saúl Ibarra Corretgé 6 年前
父节点
当前提交
32a81b0be5
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      react/features/base/known-domains/reducer.js

+ 2
- 1
react/features/base/known-domains/reducer.js 查看文件

@@ -18,7 +18,8 @@ import { ADD_KNOWN_DOMAINS } from './actionTypes';
18 18
  */
19 19
 export const DEFAULT_STATE = [
20 20
     'beta.meet.jit.si',
21
-    'meet.jit.si'
21
+    'meet.jit.si',
22
+    '8x8.vc'
22 23
 ];
23 24
 
24 25
 const STORE_NAME = 'features/base/known-domains';

正在加载...
取消
保存