lrf402788946 před 5 roky
rodič
revize
b30afadd29
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/views/live/hall/parts/chat.vue

+ 1 - 1
src/views/live/hall/parts/chat.vue

@@ -62,7 +62,7 @@ export default {
     },
     channel() {
       this.$stomp({
-        [`/exchange/group_chat/1`]: this.onMessage,
+        [`/exchange/public_chat`]: this.onMessage,
       });
     },
     onMessage(message) {