Set notifications to beta for all!

This commit is contained in:
Becca 2022-02-07 11:29:37 -05:00
parent a1e92fdf19
commit 67ff822953

View file

@ -165,5 +165,5 @@ export function enablePullRequestQuickView(): boolean {
/** Should we enable high-signal notifications? */
export function enableHighSignalNotifications(): boolean {
return __DARWIN__ ? enableBetaFeatures() : enableDevelopmentFeatures()
return enableBetaFeatures()
}