feat(gateway): report Matrix service and redact access token
This commit is contained in:
@@ -24,6 +24,7 @@ function makeBaseConfig(): Config {
|
||||
discord: undefined,
|
||||
slack: undefined,
|
||||
whatsapp: undefined,
|
||||
matrix: undefined,
|
||||
} as unknown as Config;
|
||||
}
|
||||
|
||||
@@ -36,6 +37,7 @@ describe('discoverServices', () => {
|
||||
|
||||
expect(services).toEqual(expect.arrayContaining([
|
||||
expect.objectContaining({ name: 'telegram', status: 'not_configured' }),
|
||||
expect.objectContaining({ name: 'matrix', status: 'not_configured' }),
|
||||
expect.objectContaining({ name: 'cron', status: 'not_configured' }),
|
||||
expect.objectContaining({ name: 'mcp', status: 'not_configured' }),
|
||||
expect.objectContaining({ name: 'web_search', status: 'configured' }),
|
||||
|
||||
Reference in New Issue
Block a user