Selaa lähdekoodia

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

master
Saúl Ibarra Corretgé 6 vuotta sitten
vanhempi
commit
32a81b0be5
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2
    1
      react/features/base/known-domains/reducer.js

+ 2
- 1
react/features/base/known-domains/reducer.js Näytä tiedosto

@@ -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…
Peruuta
Tallenna