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.
2 parents c29b759 + 0b440c1 commit a939945Copy full SHA for a939945
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