diff --git a/html/src/app.js b/html/src/app.js index 9d90e346..9b1825b9 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -7113,8 +7113,13 @@ speechSynthesis.getVoices(); userId: ref.userId, time }; - $app.addGameLog(entry); database.addGamelogJoinLeaveToDatabase(entry); + this.gameLogTable.data.push(entry); + } + if (playerList.length > 0) { + this.updateSharedFeed(false); + this.notifyMenu('gameLog'); + this.sweepGameLog(); } if (this.lastLocation.date !== 0) { var timeLocation = new Date().getTime() - this.lastLocation.date;