# Когда пост считается «прочитанным»?

**URL:** https://meta.discourse.org/t/when-is-a-post-considered-read/245783
**Category:** Support
**Created:** [16.Ноябрь.2022 15:53:28 UTC](https://meta.discourse.org/t/when-is-a-post-considered-read/245783 "2022-11-16T15:53:28Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![khenmu](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/khenmu/32/108976_2.png) [@khenmu](https://meta.discourse.org/u/khenmu)
#### Post date: [16.Ноябрь.2022 16:09:50 UTC](https://meta.discourse.org/t/when-is-a-post-considered-read/245783/2 "2022-11-16T16:09:50Z")

</div>

Это лучшая тема, которую я могу найти по этой теме;

> [@How does post tracking work in Discourse](https://meta.discourse.org/t/how-does-post-tracking-work-in-discourse/115790):
>
> Discourse tracks read time for every post users see on the screen. This system has evolved over the years and I find I often need to refer back to the code to figure out how this works and why it exists. This post covers the painful technical details of the current implementation. How the Discourse client tracks timing Post timing tracking is implemented in [screen-track.js.es6](https://github.com/discourse/discourse/blob/a80c1f40111d6c56da10eefea91c9baa43b9f4b5/app/assets/javascripts/discourse/lib/screen-track.js.es6). This module is responsible for tracking how long a post has been on the screen and how long the topic has been on scr…

---

_[View the full topic](https://meta.discourse.org/t/when-is-a-post-considered-read/245783)._
