Describe the bug
The presence.updated event is not working on the GOWS engine. It does not trigger any events, including in the event monitor, even with debug mode enabled.
Version
{
"version": "2026.3.2",
"engine": "GOWS",
"tier": "PLUS"
}
Steps
To Reproduce
- Start WAHA using the GOWS engine
- Enable debug mode
- Open the event monitor
- Trigger presence changes (e.g., user online/offline, typing, etc.)
- Observe that no
presence.updated events are emitted
Expected behavior
The presence.updated event should be triggered and visible in the event monitor whenever there is a presence change.
Requests - Responses
No related requests/responses available, as the event is not triggered at all.
Docker Logs
No relevant logs are generated related to this issue.
Screenshots
Not applicable – no events appear in the monitor.
Additional context
This issue seems specific to the GOWS engine. The event does not fire under any tested condition, and no debug information is shown to indicate failure or filtering.
Describe the bug
The
presence.updatedevent is not working on the GOWS engine. It does not trigger any events, including in the event monitor, even with debug mode enabled.Version
{ "version": "2026.3.2", "engine": "GOWS", "tier": "PLUS" }Steps
To Reproduce
presence.updatedevents are emittedExpected behavior
The
presence.updatedevent should be triggered and visible in the event monitor whenever there is a presence change.Requests - Responses
No related requests/responses available, as the event is not triggered at all.
Docker Logs
No relevant logs are generated related to this issue.
Screenshots
Not applicable – no events appear in the monitor.
Additional context
This issue seems specific to the GOWS engine. The event does not fire under any tested condition, and no debug information is shown to indicate failure or filtering.