Move to desktop.sendSenderKey3
feature flag
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user