mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-13 05:16:29 +02:00
Sort is now (unread_since IS NOT NULL) DESC, updated_at DESC. An unread reply never gets buried below a newer action on a different session the user already caught up on. Within each group (unread and caught-up) the existing most-recent-first order is preserved. Once the user opens the session and it's marked read, it falls back to its time-ordered position; this shift is intentional and won't be noticed because nothing points at it. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>