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', {