From 58a9f8eac6824421bfd84038d38c26ca40a05040 Mon Sep 17 00:00:00 2001 From: gravel Date: Sun, 10 Dec 2023 22:28:39 +0000 Subject: [PATCH] fix: fix typo --- output/js/util.js | 2 +- sites/index.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/output/js/util.js b/output/js/util.js index 7127a95..b95884c 100644 --- a/output/js/util.js +++ b/output/js/util.js @@ -73,7 +73,7 @@ export class RoomInfo { static getRoomCreationDate(identifier) { const room = _RoomInfo.getRoom(identifier); - return new Date(row.created * 1000); + return new Date(room.created * 1000); } } diff --git a/sites/index.php b/sites/index.php index 013c9c3..8904a52 100644 --- a/sites/index.php +++ b/sites/index.php @@ -35,9 +35,9 @@ - - - + "> + + "> Session Communities — sessioncommunities.online