From 832a9676447d480f359fcfb6119a4d44ec46652c Mon Sep 17 00:00:00 2001 From: N-Pex Date: Fri, 17 Feb 2023 17:20:26 +0100 Subject: [PATCH] Fix playback bug on first load Also, don't replay our own messages when just sent. --- src/components/AudioLayout.vue | 47 ++++++++++++++++++++++------------ 1 file changed, 31 insertions(+), 16 deletions(-) diff --git a/src/components/AudioLayout.vue b/src/components/AudioLayout.vue index ff47abd..a3f145c 100644 --- a/src/components/AudioLayout.vue +++ b/src/components/AudioLayout.vue @@ -1,5 +1,5 @@