mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-18 00:09:34 +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: ""
|
endpoint: ""
|
||||||
});
|
});
|
||||||
|
|
||||||
return {
|
return
|
||||||
message: {
|
|
||||||
type: "olm/wg/relay-success",
|
|
||||||
data: {}
|
|
||||||
},
|
|
||||||
broadcast: false, // Send to all olms
|
|
||||||
excludeSender: false // Include sender in broadcast
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue