Cleanup flags (#4891)

* Remove launched gates

* Remove disabled gates
This commit is contained in:
dan 2024-08-08 15:25:42 +01:00 committed by GitHub
parent 1e3b2d6f42
commit f1031d100b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 27 deletions

View file

@ -349,8 +349,7 @@ let Feed = ({
const shouldShow =
(interstitial.type === feedInterstitialType &&
gate('suggested_feeds_interstitial')) ||
(interstitial.type === followInterstitialType &&
gate('suggested_follows_interstitial')) ||
interstitial.type === followInterstitialType ||
interstitial.type === progressGuideInterstitialType
if (shouldShow) {