jiti-meet/react/features/app
Saúl Ibarra Corretgé 3cc181a2e5 rn,config: create a fake config if we cannot load one on the welcome page
We try to load the configuration with every room change, even when there is no
room. There is a bad (corner) case: when we have no config cached (first boot or
wiped app data). In such case the user is trapped in an infinite loop because we
require the config to show the welcome page, oh well.

Pretend we have a configuration by creating the most minimal one to at least get
to the welcome page.
2019-09-13 19:07:26 +02:00
..
components logging: use individual, names loggers 2019-08-23 10:57:38 +02:00
actions.js rn,config: create a fake config if we cannot load one on the welcome page 2019-09-13 19:07:26 +02:00
functions.native.js rn: start removing defaultURL 2019-03-12 16:55:28 +01:00
functions.web.js rn: simplified code 2019-03-12 16:55:28 +01:00
getRouteToRender.js feat(unsupported): provide custom blacklist for branding 2019-06-07 07:36:20 -07:00
index.js Refactor config loading 2019-04-10 15:47:36 +02:00
logger.js logging: use individual, names loggers 2019-08-23 10:57:38 +02:00
middleware.js feat(App): refactor App and split it into BaseApp and App 2018-07-12 11:28:19 -05:00