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

This commit is contained in:
Saúl Ibarra Corretgé 2019-04-24 15:19:47 +02:00 committed by Saúl Ibarra Corretgé
parent 59db39d4d9
commit 32a81b0be5
1 changed files with 2 additions and 1 deletions

View File

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