matrix-react-sdk
2ac88a3d - Make the read-marker less annoying

Commit
10 years ago
Make the read-marker less annoying We considered the user active if there had been a user_activity event within the last 500ms, but those events were only raised every 500ms, so it was possible that we would be considered inactive immediately. Use UserActivity.userCurrentlyActive() instead, which fixes this. Also increase CURRENTLY_ACTIVE_THRESHOLD_MS to 2 seconds.
Author
Parents
Loading