mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
chore: Move agent availability to Account level (#3074)
- Move agent availability to the account level
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { createConsumer } from '@rails/actioncable';
|
||||
|
||||
const PRESENCE_INTERVAL = 60000;
|
||||
const PRESENCE_INTERVAL = 20000;
|
||||
|
||||
class BaseActionCableConnector {
|
||||
constructor(app, pubsubToken, websocketHost = '') {
|
||||
|
||||
Reference in New Issue
Block a user