From b4e70e30f33dce2c30e92458ba5793cbb70501af Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Wed, 28 Mar 2018 19:21:49 +0100 Subject: [PATCH] Expects object, not naked ID. --- src/IntegrationManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ) :