- Ya
- 26 Agosti 2026, 17:12 UTC
- Mwandishi
- Kamo
- Ahadi ya
- 9f83283
Paired with the kamo-internal removal of the AI unread badge: the count never told the member anything actionable (no push channel backs it, so non-zero only ever meant "you minimized the window before it finished"), so the two endpoints that fed it go too. Drops GET /api/ai/sessions/unread, PUT /api/ai/sessions/{guid}/read, and the toUnreadPayload helper, plus the now-unused LocalDateTime import. Deletes AiUnreadPayloadTest, whose entire subject was that helper. Left alone deliberately: **************** in kamo-shared-library (that library is version-pinned fleet-wide and is not touched for this), and the ai_chat_sessions.last_read_at column, which the deleted endpoint used to write — dropping a column is its own decision, and an unused nullable column is harmless.