mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-30 23:55:49 +02:00
Merge branch 'holepunch' into hp-multi-client
This commit is contained in:
commit
11cdfa7557
1 changed files with 1 additions and 8 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue