From 44af094f2010eaa478ba264056b03ac0c6ff3373 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Mon, 28 Feb 2022 15:50:27 +0400 Subject: [PATCH] feat: realtime on deployments --- app/views/console/functions/function.phtml | 4 ++-- app/workers/builds.php | 25 +++++++++++++++++++++ public/dist/scripts/app-all.js | 2 +- public/dist/scripts/app.js | 2 +- public/scripts/init.js | 7 ++++++ src/Appwrite/Messaging/Adapter/Realtime.php | 7 ++++++ 6 files changed, 43 insertions(+), 4 deletions(-) diff --git a/app/views/console/functions/function.phtml b/app/views/console/functions/function.phtml index 6910d2dcf9..5661720429 100644 --- a/app/views/console/functions/function.phtml +++ b/app/views/console/functions/function.phtml @@ -179,7 +179,7 @@ $usageStatsEnabled = $this->getParam('usageStatsEnabled', true);
- +
@@ -631,7 +631,7 @@ $usageStatsEnabled = $this->getParam('usageStatsEnabled', true);
-