From 4a4d17f1177bc121855670a3577f7a04301ab7a9 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 17 Aug 2016 13:37:00 +0200 Subject: [PATCH] Do not kill the comments stream setting Partly revert of c2b1bc8c2ba1201fb7cc6627a3b718d824e91d71 --- appinfo/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/update.php b/appinfo/update.php index 71c09d2bb..810ee66ce 100644 --- a/appinfo/update.php +++ b/appinfo/update.php @@ -66,7 +66,7 @@ } } */ -$deleteNotificationTypes[] = 'notify_stream_comments'; +// Disable due to https://github.com/nextcloud/server/pull/903: $deleteNotificationTypes[] = 'notify_stream_comments'; $deleteNotificationTypes[] = 'notify_email_files_favorites'; if (!empty($deleteNotificationTypes)) {