From 6f2d987893d3f8d9da10053901f03398ef15b0dd Mon Sep 17 00:00:00 2001 From: Philip Zhang Date: Tue, 14 Sep 2021 20:43:39 -0700 Subject: [PATCH 1/2] extend chat time to 5 mins --- client/screens/ChatScreen.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/screens/ChatScreen.tsx b/client/screens/ChatScreen.tsx index 4c6245b..9f511f7 100644 --- a/client/screens/ChatScreen.tsx +++ b/client/screens/ChatScreen.tsx @@ -247,7 +247,7 @@ const ChatScreenDataContainer = ({ const [messageText, setMessageText] = React.useState(); const messagesViewRef = React.useRef(null); const [showUserInfo, setShowUserInfo] = React.useState(false); - const [secondsLeft, setSecondsLeft] = React.useState(60); + const [secondsLeft, setSecondsLeft] = React.useState(300); React.useEffect(() => { const unsubscribe = subscribeToNewMessages(); From 2a4ff907fe6fd65f3b942aa02d2b7e6371619fe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Sep 2021 17:31:42 +0000 Subject: [PATCH 2/2] Bump object-path from 0.11.5 to 0.11.8 in /backend Bumps [object-path](https://github.com/mariocasciaro/object-path) from 0.11.5 to 0.11.8. - [Release notes](https://github.com/mariocasciaro/object-path/releases) - [Commits](https://github.com/mariocasciaro/object-path/commits) --- updated-dependencies: - dependency-name: object-path dependency-type: indirect ... Signed-off-by: dependabot[bot] --- backend/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/yarn.lock b/backend/yarn.lock index a6513b4..c5663d4 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -5247,9 +5247,9 @@ object-keys@^1.0.12, object-keys@^1.1.1: integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== object-path@^0.11.4: - version "0.11.5" - resolved "https://registry.yarnpkg.com/object-path/-/object-path-0.11.5.tgz" - integrity sha512-jgSbThcoR/s+XumvGMTMf81QVBmah+/Q7K7YduKeKVWL7N111unR2d6pZZarSk6kY/caeNxUDyxOvMWyzoU2eg== + version "0.11.8" + resolved "https://registry.yarnpkg.com/object-path/-/object-path-0.11.8.tgz#ed002c02bbdd0070b78a27455e8ae01fc14d4742" + integrity sha512-YJjNZrlXJFM42wTBn6zgOJVar9KFJvzx6sTWDte8sWZF//cnjl0BxHNpfZx+ZffXX63A9q0b1zsFiBX4g4X5KA== object-treeify@^1.1.4: version "1.1.33"