|
|
@ -60,6 +60,7 @@ class LokiPublicChatFactoryAPI extends EventEmitter {
|
|
|
|
|
|
|
|
|
|
|
|
// after verification then we can start up all the pollers
|
|
|
|
// after verification then we can start up all the pollers
|
|
|
|
if (process.env.USE_STUBBED_NETWORK) {
|
|
|
|
if (process.env.USE_STUBBED_NETWORK) {
|
|
|
|
|
|
|
|
// eslint-disable-next-line global-require
|
|
|
|
const StubAppDotNetAPI = require('../../integration_test/stubs/stub_app_dot_net_api.js');
|
|
|
|
const StubAppDotNetAPI = require('../../integration_test/stubs/stub_app_dot_net_api.js');
|
|
|
|
thisServer = new StubAppDotNetAPI(this.ourKey, serverUrl);
|
|
|
|
thisServer = new StubAppDotNetAPI(this.ourKey, serverUrl);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|