Small changes

This commit is contained in:
Natsumi
2024-08-21 09:23:55 +12:00
parent baebfe2041
commit 3baf00af27
4 changed files with 6 additions and 4 deletions

View File

@@ -30750,6 +30750,8 @@ speechSynthesis.getVoices();
if (typeof ref !== 'undefined') {
json.user = ref;
json.$displayName = ref.displayName;
} else {
json.$displayName = json.user?.displayName;
}
}
}