From 75344e9529501901f61337932ea54df121bf5435 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Sun, 18 Apr 2021 00:33:17 +1200 Subject: [PATCH] Bug fix again --- html/src/app.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/html/src/app.js b/html/src/app.js index 8b720a0d..c935f190 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -3232,6 +3232,9 @@ speechSynthesis.getVoices(); API.$on('PIPELINE', function (args) { var { type, content } = args.json; + if (typeof content.user !== 'undefined') { + delete content.user.state; + } switch (type) { case 'notification': this.$emit('NOTIFICATION', {