Files
lasuite-messages/src/backend/core/api/openapi.json
T
jbpenrath 4f5591b722 ✨(global) store thread read state by thread access
Currently thread sharing is confusing as the read state is shared from
all thread accesses so we deprecate the `read_at` of the Message model
in favor of a `last_read_at` timestamp pointer on the thread access.

Furthermore, on the thread model, we add several date fields to store relevant
dates in which thread should be sorted according to the current view.
2026-03-05 12:10:29 +01:00

338 KiB