liuyu 5 лет назад
Родитель
Сommit
6597b17357
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/service/chat.js

+ 1 - 1
app/service/chat.js

@@ -19,7 +19,7 @@ class ChatService extends CrudService {
     // TODO MQ
     const { mq } = this.ctx;
     if (mq) {
-      const exchange = 'public_chat';
+      const exchange = 'group_chat';
       const parm = {
         durable: true,
         headers: {