Fix backwards compat path

This commit is contained in:
Owen
2025-08-13 12:28:45 -07:00
parent 9987b35b60
commit e7df29104e

View File

@@ -67,7 +67,7 @@ export const handleOlmRegisterMessage: MessageHandler = async (context) => {
// THIS IS FOR BACKWARDS COMPATIBILITY
await sendToClient(olm.olmId, {
type: "olm/wg/holepunch/all",
type: "olm/wg/holepunch",
data: {
serverPubKey: allExitNodes[0].publicKey,
endpoint: allExitNodes[0].endpoint