Skip to content

Commit 0b440c1

Browse files
committed
Turned off Dismiss option, all discussions should be displayed
1 parent c29b759 commit 0b440c1

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)