- Shipped
- September 3, 2026 at 4:35 AM UTC
- Author
- Kamo
- Commit
- 99c6577
The user listing decided its status with "available is Yes or No -> ACTIVE, else UNKNOWN", which is a roundabout way of asking whether JustCall answered at all, and the extension listing called a statusOf(user) that ignored its argument and returned a constant. Both are the same fact — JustCall publishes no enabled/disabled flag, only whether an agent is inside their working hours right now — so it is stated once, as a named constant, where the next reader will find it before assuming "unavailable" means "disabled".