Add gate to increase post-feed page size (#5473)

* Add gate to increase post-feed page size

* Exclude Discover

* Remove exception

* Clarify intent

* Let gate cache
This commit is contained in:
Eric Bailey
2024-09-25 10:38:32 -05:00
committed by GitHub
parent be3c6ab93a
commit 224ff42c23
2 changed files with 21 additions and 5 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
export type Gate =
// Keep this alphabetic please.
'debug_show_feedcontext' | 'suggested_feeds_interstitial'
| 'debug_show_feedcontext'
| 'post_feed_lang_window'
| 'suggested_feeds_interstitial'