diff --git a/src/IntegrationManager.js b/src/IntegrationManager.js index e9486138c7..4cdf57f5c7 100644 --- a/src/IntegrationManager.js +++ b/src/IntegrationManager.js @@ -60,7 +60,7 @@ export default class IntegrationManager { integType = 'type_' + integType; const src = (global.mxIntegrationManager.client && global.mxIntegrationManager.client.hasCredentials()) ? global.mxIntegrationManager.client.getScalarInterfaceUrlForRoom( - RoomViewStore.getRoomId(), + {roomId: RoomViewStore.getRoomId()}, integType, integId, ) :