This commit is contained in:
Natsumi
2022-03-27 03:21:48 +13:00
parent ab7abc63a5
commit 74ce85291d

View File

@@ -12907,8 +12907,8 @@ speechSynthesis.getVoices();
database
.getUserStats(D.ref, inCurrentWorld)
.then((ref1) => {
if (ref1.userId === D.id) {
D.lastSeen = ref1.created_at;
if (ref1.userId === D.id) {
D.lastSeen = ref1.created_at;
D.joinCount = ref1.joinCount;
D.timeSpent = ref1.timeSpent;
}