Skip to content

Commit

Permalink
Merge pull request #106 from REAN-Foundation/bug_fixes
Browse files Browse the repository at this point in the history
Disabled the newsfeed from rean options
  • Loading branch information
dattatraya-inflection authored Dec 19, 2024
2 parents a95fb0d + 3214b24 commit a0a6b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/options/rean.options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export const Options: FeatureOptions[] = [
},
{
Name: 'Newsfeeds',
Enabled: true
Enabled: false
},
//..............................
{
Expand Down

0 comments on commit a0a6b25

Please sign in to comment.