package featureflags const ( // EnableNewsFeed indicates whether we should enable the News Feed polling (this is not the user setting) EnableNewsFeed = true )