mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-26 15:17:44 -06:00
feat: Added rabbitmq to send events
This commit is contained in:
@@ -20,4 +20,6 @@ export class InstanceDto {
|
||||
chatwoot_conversation_pending?: boolean;
|
||||
websocket_enabled?: boolean;
|
||||
websocket_events?: string[];
|
||||
rabbitmq_enabled?: boolean;
|
||||
rabbitmq_events?: string[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user