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 (
381
381
false ,
382
382
false ,
383
383
) ;
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
+ }
384
395
}
385
396
386
397
const shouldNotServeMandatory = decideShouldNotServeMandatory ( ) ;
You can’t perform that action at this time.
0 commit comments