Bug fix again

This commit is contained in:
Natsumi
2021-04-18 00:33:17 +12:00
parent de6cda5348
commit 75344e9529

View File

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