Add chainId to dedup messages (#2737)

* ChainId send through on sensitive messages
This commit is contained in:
Owen Schwartz
2026-03-29 12:08:29 -07:00
committed by GitHub
parent 6d7a19b0a0
commit bdc45887f9
4 changed files with 13 additions and 24 deletions

View File

@@ -41,7 +41,8 @@ export const handleOlmRegisterMessage: MessageHandler = async (context) => {
orgId,
userToken,
fingerprint,
postures
postures,
chainId
} = message.data;
if (!olm.clientId) {
@@ -293,7 +294,8 @@ export const handleOlmRegisterMessage: MessageHandler = async (context) => {
data: {
sites: siteConfigurations,
tunnelIP: client.subnet,
utilitySubnet: org.utilitySubnet
utilitySubnet: org.utilitySubnet,
chainId: chainId
}
},
options: {