*Override the host to be a websocket specific host
This commit is contained in:
parent
7e3440af17
commit
e94bcf4cb5
|
@ -47,10 +47,10 @@ async function handleDiscover(aq: ActiveQuery): Promise<void> {
|
|||
return;
|
||||
}
|
||||
|
||||
const ret = await DiscoveryIRC(
|
||||
aq.callerInput.pubkey,
|
||||
aq.callerInput?.options
|
||||
);
|
||||
const ret = await DiscoveryIRC(aq.callerInput.pubkey, {
|
||||
host: "liberta.casa",
|
||||
...aq.callerInput?.options,
|
||||
});
|
||||
|
||||
aq.respond(ret);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue