Merge branch 'holepunch' into hp-multi-client

This commit is contained in:
Owen 2025-03-31 15:34:35 -04:00
commit 11cdfa7557
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD

View file

@ -65,12 +65,5 @@ export const handleOlmRelayMessage: MessageHandler = async (context) => {
endpoint: ""
});
return {
message: {
type: "olm/wg/relay-success",
data: {}
},
broadcast: false, // Send to all olms
excludeSender: false // Include sender in broadcast
};
return
};