From a01a635d5b480efee035875545bed3baec34d254 Mon Sep 17 00:00:00 2001 From: nathangray Date: Mon, 27 Jul 2020 10:14:00 -0600 Subject: [PATCH] Calendar exception no longer needed --- api/src/Framework/Extra.php | 1 - 1 file changed, 1 deletion(-) diff --git a/api/src/Framework/Extra.php b/api/src/Framework/Extra.php index c8c6cc3373..16fe3c5e16 100644 --- a/api/src/Framework/Extra.php +++ b/api/src/Framework/Extra.php @@ -59,7 +59,6 @@ abstract class Extra // if we have real push available and a regular single-entry refresh of a push supporting app, no need to refresh if (!Json\Push::onlyFallback() && !empty($type) && !empty($id) && // $type === null --> full reload - $app !== 'calendar' && // calendar non-list views need refresh calls, even using push Link::get_registry($app, 'push_data') !== null) { $app = 'msg-only-push-refresh';