mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
This simplifies the code for refreshing notification counts. It now unconditionally looks up the user object which protects against stale objects in memory. This also removes a pile of conditional logic we no longer need.