File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ const KnownConfigKeys = [
3939 'desktop.libsignalNet.chatPermessageDeflate' ,
4040 'desktop.libsignalNet.chatPermessageDeflate.prod' ,
4141 'desktop.pollReceive.alpha' ,
42- 'desktop.pollReceive.beta ' ,
43- 'desktop.pollReceive.prod ' ,
42+ 'desktop.pollReceive.beta1 ' ,
43+ 'desktop.pollReceive.prod1 ' ,
4444 'desktop.pollSend.alpha' ,
4545 'desktop.pollSend.beta' ,
4646 'desktop.pollSend.prod' ,
Original file line number Diff line number Diff line change @@ -108,10 +108,10 @@ export function isPollReceiveEnabled(): boolean {
108108
109109 if ( version != null ) {
110110 if ( isProduction ( version ) ) {
111- return RemoteConfig . isEnabled ( 'desktop.pollReceive.prod ' ) ;
111+ return RemoteConfig . isEnabled ( 'desktop.pollReceive.prod1 ' ) ;
112112 }
113113 if ( isBeta ( version ) ) {
114- return RemoteConfig . isEnabled ( 'desktop.pollReceive.beta ' ) ;
114+ return RemoteConfig . isEnabled ( 'desktop.pollReceive.beta1 ' ) ;
115115 }
116116 if ( isAlpha ( version ) ) {
117117 return RemoteConfig . isEnabled ( 'desktop.pollReceive.alpha' ) ;
You can’t perform that action at this time.
0 commit comments