Version: OpenClaw 2026.4.21 (f788c88)
OS: Linux 6.8.0 (Ubuntu), Node v22.22.2
Symptom:
After any gateway restart (openclaw gateway restart), the bot stops receiving messages from WhatsApp groups entirely. Direct messages continue to work normally. messagesHandled counter increments only for direct messages — group messages never arrive.
Config:
groupPolicy: "allowlist"with 10 groups listed- 8 groups bound to secondary agent (
julie) viabindings[]withaccountId: "*" - 2 groups bound to main agent with
requireMention: true
Steps to reproduce:
- Bot running normally, receiving group messages fine
- Gateway restarts (automatic watchdog timeout or manual
openclaw gateway restart) - New connection established,
reconnectAttempts: 1 - From this point:
lastInboundAt: null,messagesHandled: 0for groups indefinitely - Direct messages arrive normally
Observed: Groups were active (confirmed via WhatsApp mobile) but zero group messages in logs. Persists across multiple restarts and OpenClaw update from 2026.4.15 → 2026.4.21.
Question: Is there a way to force group subscription/sync after reconnect? Is this a known issue?