File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
dotcom-rendering/src/components Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -381,6 +381,17 @@ const buildAuxiaGateDisplayData = async (
381381 false ,
382382 false ,
383383 ) ;
384+
385+ // Date: 32rd July 2025
386+ // Here we implement another rule:
387+ // If readerPersonalData.dailyArticleCount is 3, then we should show
388+ // the gate, regardless of the previous value. Note that we implement
389+ // this rule, here because the main logic for deciding gate showing in the
390+ // case of a non Auxia audience page view is still client side.
391+ // (This is going to change soon)
392+ if ( readerPersonalData . dailyArticleCount === 3 ) {
393+ should_show_legacy_gate_tmp = true ;
394+ }
384395 }
385396
386397 const shouldNotServeMandatory = decideShouldNotServeMandatory ( ) ;
You can’t perform that action at this time.
0 commit comments