fix(cli): don't force localhost gateway url in remote mode

Fixes remote gateway setup (remote mode) by not overriding url; adds regression tests. Thanks @oswalpalash.
This commit is contained in:
Palash Oswal
2026-01-06 09:30:45 -05:00
committed by GitHub
parent 5aa1ed2c96
commit b91012b697
6 changed files with 130 additions and 3 deletions

View File

@@ -57,7 +57,6 @@ export async function pollCommand(
toJid?: string;
channelId?: string;
}>({
url: "ws://127.0.0.1:18789",
method: "poll",
params: {
to: opts.to,