You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
Expects object, not naked ID.
This commit is contained in:
@@ -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,
|
||||
) :
|
||||
|
||||
Reference in New Issue
Block a user