mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-13 19:47:45 +00:00
Merge branch 'holepunch' into hp-multi-client
This commit is contained in:
@@ -65,12 +65,5 @@ export const handleOlmRelayMessage: MessageHandler = async (context) => {
|
|||||||
endpoint: ""
|
endpoint: ""
|
||||||
});
|
});
|
||||||
|
|
||||||
return {
|
return
|
||||||
message: {
|
|
||||||
type: "olm/wg/relay-success",
|
|
||||||
data: {}
|
|
||||||
},
|
|
||||||
broadcast: false, // Send to all olms
|
|
||||||
excludeSender: false // Include sender in broadcast
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user