Recalculates the reads to represent the actual messages.
void updateReads() { Log.debug('updateReads()', '$runtimeType($id)'); for (LastChatRead e in chat.value.lastReads) { _updateReadFor(e.memberId, e.at); } }