mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-23 03:06:21 +00:00
When we mark a message as read, we go to the database to ensure that older messages in this conversation are marked read as well. That optimization was missing the read_at value provided to the starting message, so now it is piped along to all of them.