From 2dcc47a566740abd7ee0177aa8e7c0e18d044222 Mon Sep 17 00:00:00 2001 From: RupaliD Date: Thu, 19 Dec 2024 10:58:49 +0530 Subject: [PATCH] Disabled the newsfeed from rean options --- src/lib/options/rean.options.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/options/rean.options.ts b/src/lib/options/rean.options.ts index ac09dbfb..e2c3def4 100755 --- a/src/lib/options/rean.options.ts +++ b/src/lib/options/rean.options.ts @@ -147,7 +147,7 @@ export const Options: FeatureOptions[] = [ }, { Name: 'Newsfeeds', - Enabled: true + Enabled: false }, //.............................. {