File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ import UAParser from 'ua-parser-js';
5656import url from 'url' ;
5757
5858import { parseQs , parseQsFromFragment } from './url_utils' ;
59- import IntegrationManager from './integration ' ;
59+ import Platform from './platform ' ;
6060
6161var lastLocationHashSet = null ;
6262
@@ -209,7 +209,7 @@ function onLoadCompleted() {
209209async function loadApp ( ) {
210210 const fragparts = parseQsFromFragment ( window . location ) ;
211211 const params = parseQs ( window . location ) ;
212- const integrationManager = new IntegrationManager ( ) ;
212+ const platform = new Platform ( ) ;
213213
214214 // don't try to redirect to the native apps if we're
215215 // verifying a 3pid
@@ -263,7 +263,7 @@ async function loadApp() {
263263 enableGuest = { true }
264264 onLoadCompleted = { onLoadCompleted }
265265 defaultDeviceDisplayName = { getDefaultDeviceDisplayName ( ) }
266- integrationManager = { integrationManager }
266+ platform = { platform }
267267 /> ,
268268 document . getElementById ( 'matrixchat' )
269269 ) ;
You can’t perform that action at this time.
0 commit comments