feat(gateway): report Matrix service and redact access token

This commit is contained in:
William Valentin
2026-02-15 18:02:14 -08:00
parent bc8326cf4a
commit e0cb3b96cc
4 changed files with 13 additions and 1 deletions
+1
View File
@@ -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) {