Files
discourse/app
Sérgio Saquetim c6782e8434 DEV: Ensure user status tracking in poster-name is updated (#34086)
This commit refactors how user status is tracked in the `poster-name`
component. The previous implementation used lifecycle hooks and a custom
refresh method to start and stop tracking the user's status. The new
approach leverages the `helperFn` pattern to directly manage tracking
based on the component's lifecycle and its user argument. This change
improves reliability and code clarity, ensuring user status is tracked
and cleaned up appropriately without manual refresh logic.
2025-08-05 14:34:51 -03:00
..