fix: min-width on bubbles to prevent button wrap, fix session tooltip clickable, fix compact scope (v1.63.3)

This commit is contained in:
Nicolas Varrot
2026-02-15 17:56:22 +00:00
parent 38fb717758
commit bb100a0a22
3 changed files with 5 additions and 3 deletions

View File

@@ -106,7 +106,7 @@ export class GatewayClient {
maxProtocol: 3,
client: { id: 'webchat', version: __APP_VERSION__, platform: 'web', mode: 'webchat' },
role: 'operator',
scopes: ['operator.read', 'operator.write'],
scopes: ['operator.read', 'operator.write', 'operator.admin'],
caps: [],
commands: [],
permissions: {},