fix(whatsapp): add bridge migration compatibility

This commit is contained in:
chengyongru
2026-06-27 11:05:03 +08:00
committed by Xubin Ren
parent 2a9e288dfe
commit fbf96a3502
3 changed files with 24 additions and 1 deletions
+6
View File
@@ -343,6 +343,12 @@ Optional session database path:
}
```
**Migrating from the old bridge**
- Remove `bridgeUrl` and `bridgeToken`; WhatsApp no longer runs a local Node.js bridge.
- Re-run `nanobot channels login whatsapp`; old Baileys bridge auth data is not reused by neonize.
- Update `allowFrom` entries to the WhatsApp sender ID without a leading `+`.
**3. Run**
```bash