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.senderKey.send'
|
||||
| 'desktop.senderKey.retry'
|
||||
| 'desktop.sendSenderKey2'
|
||||
| 'desktop.sendSenderKey3'
|
||||
| 'desktop.storage'
|
||||
| 'desktop.storageWrite3'
|
||||
| 'global.calling.maxGroupCallRingSize'
|
||||
|
|
|
@ -147,7 +147,7 @@ export async function sendContentMessageToGroup({
|
|||
const ourConversation = window.ConversationController.get(ourConversationId);
|
||||
|
||||
if (
|
||||
isEnabled('desktop.sendSenderKey2') &&
|
||||
isEnabled('desktop.sendSenderKey3') &&
|
||||
ourConversation?.get('capabilities')?.senderKey &&
|
||||
RemoteConfig.isEnabled('desktop.senderKey.send') &&
|
||||
isGroupV2(conversation.attributes)
|
||||
|
|
Loading…
Reference in a new issue