We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29b759 commit 0b440c1Copy full SHA for 0b440c1
config/vanilla/config.php
@@ -212,4 +212,7 @@
212
$Configuration['Garden']['FavIcon']='/themes/topcoder/design/images/favicon.png';
213
214
// This flag moves executing of ActivityModel queue to the scheduler
215
-$Configuration['Feature']['deferredNotifications']['Enabled'] = true;
+$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