Browse Source

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

j8
Saúl Ibarra Corretgé 6 years ago
parent
commit
32a81b0be5
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      react/features/base/known-domains/reducer.js

+ 2
- 1
react/features/base/known-domains/reducer.js View File

@@ -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';

Loading…
Cancel
Save