signal won't receive
Been trying to ask it why and it says
The daemon is running. The issue is the Clawdbot gateway expects SSE push but linked devices don't get push when the primary is offline.
Your phone is the primary device. When Signal Desktop is closed and the phone is online, messages go to the phone only.
The fundamental problem: Signal only pushes to the primary device. Linked devices don't get push notifications - they must poll.
Fix: The Clawdbot gateway needs to poll the daemon's receive method instead of relying on SSE.
Do you want me to:
Add polling code to the Clawdbot gateway
Or keep using the file poller workaround (I check a file for messages)
The proper fix is option 1, but it requires modifying the Clawdbot code.
