Add handlers

This commit is contained in:
Owen
2026-07-16 11:23:17 -04:00
parent 903e8c0fa1
commit 515afc14a5
6 changed files with 180 additions and 5 deletions
+2 -2
View File
@@ -79,9 +79,9 @@ export const handleOlmRelayMessage: MessageHandler = async (context) => {
)
);
// update the peer on the exit node
// update the peer on the newt
await newtUpdatePeer(siteId, client.pubKey, {
endpoint: "" // this removes the endpoint so the exit node knows to relay
endpoint: "" // this removes the endpoint so the newt knows to relay
});
return {