mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-25 22:57:44 -06:00
Messages sent by the api now arrive in chatwoot
This commit is contained in:
@@ -601,9 +601,9 @@ export class WAStartupService {
|
||||
|
||||
amqp.assertExchange(exchangeName, 'topic', {
|
||||
durable: true,
|
||||
'auto-delete': false,
|
||||
autoDelete: false,
|
||||
arguments: {
|
||||
'x-queue-type': 'quorum',
|
||||
queueType: 'quorum',
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user