mirror of
https://github.com/flarum/core.git
synced 2025-05-05 15:07:17 +02:00
* perf: only update last seen time when current > 120s ago * perf: only update `last_activity_at` every 2 mins * docs: add comment * fix: add missing param * test: add tests * tests: attempt tests fix * fix(tests): call `$this->app()` * chore: extract hard-coded values out to private consts * chore: increase diff * Apply suggestions from code review