mirror of https://github.com/vector-im/riot-web
Fix comment
parent
63d19a899b
commit
08e21ff5d4
|
@ -18,11 +18,11 @@ limitations under the License.
|
||||||
import dis from './dispatcher';
|
import dis from './dispatcher';
|
||||||
import Timer from './utils/Timer';
|
import Timer from './utils/Timer';
|
||||||
|
|
||||||
// important this is larger than the timeouts of timers
|
// important these are larger than the timeouts of timers
|
||||||
// used with UserActivity.timeWhileActive,
|
// used with UserActivity.timeWhileActive*,
|
||||||
// such as READ_MARKER_INVIEW_THRESHOLD_MS,
|
// such as READ_MARKER_INVIEW_THRESHOLD_MS (timeWhileActiveRecently),
|
||||||
// READ_MARKER_OUTOFVIEW_THRESHOLD_MS,
|
// READ_MARKER_OUTOFVIEW_THRESHOLD_MS (timeWhileActiveRecently),
|
||||||
// READ_RECEIPT_INTERVAL_MS in TimelinePanel
|
// READ_RECEIPT_INTERVAL_MS (timeWhileActiveNow) in TimelinePanel
|
||||||
|
|
||||||
// 'Under a few seconds'. Must be less than 'RECENTLY_ACTIVE_THRESHOLD_MS'
|
// 'Under a few seconds'. Must be less than 'RECENTLY_ACTIVE_THRESHOLD_MS'
|
||||||
const CURRENTLY_ACTIVE_THRESHOLD_MS = 700;
|
const CURRENTLY_ACTIVE_THRESHOLD_MS = 700;
|
||||||
|
|
Loading…
Reference in New Issue