*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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const ret = await DiscoveryIRC(
|
const ret = await DiscoveryIRC(aq.callerInput.pubkey, {
|
||||||
aq.callerInput.pubkey,
|
host: "liberta.casa",
|
||||||
aq.callerInput?.options
|
...aq.callerInput?.options,
|
||||||
);
|
});
|
||||||
|
|
||||||
aq.respond(ret);
|
aq.respond(ret);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue