From 41db5d0024996eeab7c1149713a5ae33b63ce948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 4 Oct 2018 17:31:46 +0200 Subject: [PATCH] Load comments entity for app MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- appinfo/app.php | 2 ++ appinfo/info.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/appinfo/app.php b/appinfo/app.php index 4f8c51333..73ee9a086 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -28,5 +28,7 @@ if ((@include_once __DIR__ . '/../vendor/autoload.php')===false) { $app = new \OCA\Deck\AppInfo\Application(); $app->registerNavigationEntry(); $app->registerNotifications(); +$app->registerCommentsEntity(); +/** Load activity style global so it is availabile in the activity app as well */ \OC_Util::addStyle('deck', 'activity'); diff --git a/appinfo/info.xml b/appinfo/info.xml index e6994c1f3..2b5363cf7 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -14,7 +14,7 @@ - 🚀 Get your project organized - 0.5.0-dev3 + 0.5.0-dev4 agpl Julius Härtl Deck