Browse Source

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

master
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
  */
18
  */
19
 export const DEFAULT_STATE = [
19
 export const DEFAULT_STATE = [
20
     'beta.meet.jit.si',
20
     'beta.meet.jit.si',
21
-    'meet.jit.si'
21
+    'meet.jit.si',
22
+    '8x8.vc'
22
 ];
23
 ];
23
 
24
 
24
 const STORE_NAME = 'features/base/known-domains';
25
 const STORE_NAME = 'features/base/known-domains';

Loading…
Cancel
Save