Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
carykees98 committed Sep 9, 2023
1 parent 806b116 commit 44e129f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions static/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,11 @@ function connect() {
// Receiving an auth message means we have successfully authenticated
handleAuth(data.auth);
} else if (data.type == 4) {
if (!past){
// Remove talks that we didn't see in this sync
hideTalksNotIn(seen);
console.log("Sync complete");
}
}
};
socket.onclose = function (e) {
Expand Down

0 comments on commit 44e129f

Please sign in to comment.