mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
⚡ Add support for specifying Matrix homeserver URL (#1065)
This commit is contained in:
@@ -15,5 +15,11 @@ export class MatrixApi implements ICredentialType {
|
||||
type: 'string' as NodePropertyTypes,
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
displayName: 'Homeserver URL',
|
||||
name: 'homeserverUrl',
|
||||
type: 'string' as NodePropertyTypes,
|
||||
default: 'https://matrix-client.matrix.org',
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user