feat(gateway): report Matrix service and redact access token
This commit is contained in:
@@ -52,6 +52,7 @@ export function discoverServices(
|
||||
{ key: 'discord', name: 'discord', description: 'Discord bot' },
|
||||
{ key: 'slack', name: 'slack', description: 'Slack app' },
|
||||
{ key: 'whatsapp', name: 'whatsapp', description: 'WhatsApp gateway' },
|
||||
{ key: 'matrix', name: 'matrix', description: 'Matrix bot' },
|
||||
];
|
||||
|
||||
for (const { key, name, description } of channelConfigs) {
|
||||
|
||||
Reference in New Issue
Block a user