fix: min-width on bubbles to prevent button wrap, fix session tooltip clickable, fix compact scope (v1.63.3)
This commit is contained in:
@@ -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: {},
|
||||
|
||||
Reference in New Issue
Block a user