Move feed logs to SQLite 2

This commit is contained in:
Natsumi
2021-06-30 02:08:20 +12:00
parent b2cd4985cc
commit 7010b67257

View File

@@ -6201,7 +6201,7 @@ speechSynthesis.getVoices();
if (props.status[1]) {
previousStatus = props.status[1];
}
} else {
} else if (ref.status) {
status = ref.status;
previousStatus = ref.status;
}
@@ -6212,7 +6212,7 @@ speechSynthesis.getVoices();
if (props.statusDescription[1]) {
previousStatusDescription = props.statusDescription[1];
}
} else {
} else if (ref.statusDescription) {
statusDescription = ref.statusDescription;
previousStatusDescription = ref.statusDescription;
}