From ccd4d342b1d987c8ee4b2e98fd211b600f7618d8 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Sun, 15 Mar 2026 19:26:36 +0200 Subject: [PATCH] fix socket --- src/App.js | 2 +- src/App.vue | 4 ++-- src/modules/api.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App.js b/src/App.js index 0714ced1d..a0bf0aaa4 100644 --- a/src/App.js +++ b/src/App.js @@ -147,7 +147,7 @@ export default { } } }, - shout() { + shoutJoined() { return useShoutStore().joined }, isChats() { diff --git a/src/App.vue b/src/App.vue index e5e088bc3..f432d8bc4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -60,8 +60,8 @@ /> -