From 09225acfde8244e7e3edb5ae8aa3a2c0d377d191 Mon Sep 17 00:00:00 2001 From: maxpozdeev Date: Thu, 15 Sep 2022 21:44:21 +0300 Subject: [PATCH] add didFinishRequest notification to homepage --- src/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.php b/src/index.php index f1d5494..49b1206 100644 --- a/src/index.php +++ b/src/index.php @@ -30,6 +30,7 @@ if (need_auth() && access_token() == '') { require(MTTINC. 'theme.php'); +MTTNotificationCenter::postDidFinishRequestNotification(); // end