diff --git a/src/index.ts b/src/index.ts index 3dd402b..9bf7db3 100644 --- a/src/index.ts +++ b/src/index.ts @@ -313,6 +313,8 @@ async function handleStatus(aq: ActiveQuery) { sendUpdate(); await ready(); getPeers(); + } else { + getPeers(); } function getPeers() {