mirror of https://github.com/vector-im/riot-web
Expects object, not naked ID.
parent
4ac9653ab9
commit
b4e70e30f3
|
@ -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,
|
||||
) :
|
||||
|
|
Loading…
Reference in New Issue