Move to desktop.sendSenderKey3
feature flag
This commit is contained in:
parent
46f7025e41
commit
ff4aa228f6
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ export type ConfigKeyType =
|
||||||
| 'desktop.screensharing2'
|
| 'desktop.screensharing2'
|
||||||
| 'desktop.senderKey.send'
|
| 'desktop.senderKey.send'
|
||||||
| 'desktop.senderKey.retry'
|
| 'desktop.senderKey.retry'
|
||||||
| 'desktop.sendSenderKey2'
|
| 'desktop.sendSenderKey3'
|
||||||
| 'desktop.storage'
|
| 'desktop.storage'
|
||||||
| 'desktop.storageWrite3'
|
| 'desktop.storageWrite3'
|
||||||
| 'global.calling.maxGroupCallRingSize'
|
| 'global.calling.maxGroupCallRingSize'
|
||||||
|
|
|
@ -147,7 +147,7 @@ export async function sendContentMessageToGroup({
|
||||||
const ourConversation = window.ConversationController.get(ourConversationId);
|
const ourConversation = window.ConversationController.get(ourConversationId);
|
||||||
|
|
||||||
if (
|
if (
|
||||||
isEnabled('desktop.sendSenderKey2') &&
|
isEnabled('desktop.sendSenderKey3') &&
|
||||||
ourConversation?.get('capabilities')?.senderKey &&
|
ourConversation?.get('capabilities')?.senderKey &&
|
||||||
RemoteConfig.isEnabled('desktop.senderKey.send') &&
|
RemoteConfig.isEnabled('desktop.senderKey.send') &&
|
||||||
isGroupV2(conversation.attributes)
|
isGroupV2(conversation.attributes)
|
||||||
|
|
Loading…
Reference in a new issue