From f31a9a42da56eae0ce4c1e9b176379e2a906ff2d 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 4fcfaf2c6..19d28f843 100644 --- a/src/App.js +++ b/src/App.js @@ -156,7 +156,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 @@ /> -