Skip to content

Commit a939945

Browse files
authored
Merge pull request #608 from topcoder-platform/issues-499
Turned off Dismiss option, all discussions should be displayed
2 parents c29b759 + 0b440c1 commit a939945

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

config/vanilla/config.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,4 +212,7 @@
212212
$Configuration['Garden']['FavIcon']='/themes/topcoder/design/images/favicon.png';
213213

214214
// This flag moves executing of ActivityModel queue to the scheduler
215-
$Configuration['Feature']['deferredNotifications']['Enabled'] = true;
215+
$Configuration['Feature']['deferredNotifications']['Enabled'] = true;
216+
217+
//If we allow users to dismiss discussions, skip ones this user dismissed
218+
$Configuration['Vanilla']['Discussions']['Dismiss']=0;

0 commit comments

Comments
 (0)