mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-03 09:16:40 +00:00
Relaying working
This commit is contained in:
@@ -142,7 +142,8 @@ export const handleOlmRegisterMessage: MessageHandler = async (context) => {
|
||||
siteId: site.siteId,
|
||||
endpoint: site.endpoint,
|
||||
publicKey: site.publicKey,
|
||||
serverIP: site.address
|
||||
serverIP: site.address,
|
||||
serverPort: site.listenPort,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user